@thi.ng/compose
Version:
Optimized functional composition helpers
13 lines (12 loc) • 373 B
JavaScript
export * from "./comp.js";
export * from "./complement.js";
export * from "./constantly.js";
export * from "./delayed.js";
export * from "./identity.js";
export * from "./ifdef.js";
export * from "./juxt.js";
export * from "./partial.js";
export * from "./promisify.js";
export * from "./thread-first.js";
export * from "./thread-last.js";
export * from "./trampoline.js";