mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 22:03:14 +02:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
|
|
import sift from "./lib";
|
||
|
|
|
||
|
|
export default sift;
|
||
|
|
export * from "./lib";
|