Skip to content

Commit f5672d1

Browse files
committed
Simplify mod.ts
1 parent 80a18f5 commit f5672d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mod.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { Predicate, Primitive } from "./types.ts";
2-
31
export {
42
all,
53
any,
@@ -51,4 +49,4 @@ export {
5149
} from "./more-itertools.ts";
5250
export { compact, compactObject, first, flatmap, icompact } from "./custom.ts";
5351

54-
export type { Predicate, Primitive };
52+
export type { Predicate, Primitive } from "./types.ts";

0 commit comments

Comments
 (0)