fix import
This commit is contained in:
parent
95ac45b5aa
commit
2e7cfb9deb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ export type { Arr, ClassOf, Constructible, Function, InstanceOf, KeyOfType, Tail
|
||||||
|
|
||||||
// functions
|
// functions
|
||||||
export { all, enumerate, filter, filter_map, it, Iter, map, zip } from "./lib/iter.ts";
|
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
|
// Structures
|
||||||
export { Chain } from "./lib/Chain.ts";
|
export { Chain } from "./lib/Chain.ts";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue