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