fix import

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-15 01:20:46 +02:00
parent 95ac45b5aa
commit 2e7cfb9deb

View file

@ -3,7 +3,7 @@ export type { Arr, ClassOf, Constructible, Function, InstanceOf, KeyOfType, Tail
// functions
export { all, enumerate, filter, filter_map, it, Iter, map, zip } from "./lib/iter.ts";
export { next, range, split_promise, wait } from "./lib/utils.ts";
export { log_from, next, range, split_promise, wait } from "./lib/utils.ts";
// Structures
export { Chain } from "./lib/Chain.ts";