functional/mod.ts

7 lines
191 B
TypeScript
Raw Permalink Normal View History

2020-05-11 22:34:57 +00:00
export * from "./comparison.ts";
export * from "./composition.ts";
export * from "./iterables.ts";
export * from "./objects.ts";
export * from "./predicates.ts";
export * from "./typing.ts";