1
0

harmonize sync and async implementations

This commit is contained in:
2024-05-09 17:35:55 +02:00
parent a1f43287a0
commit 6c0713d591
4 changed files with 607 additions and 289 deletions

View File

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