1
0

initial commit

This commit is contained in:
2024-05-04 01:19:44 +02:00
commit a172e6a50f
16 changed files with 6514 additions and 0 deletions

4
src/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export * from "./sync.js";
export * as async from "./async.js";
export * as collectors from "./collector.js";
export * as random from "./random.js";