froebel
Version:
TypeScript utility library
14 lines (13 loc) • 650 B
TypeScript
export { default as ident } from "./ident";
export { default as noop } from "./noop";
export { default as partial } from "./partial";
export { default as forward } from "./forward";
export { default as unary } from "./unary";
export { default as callAll } from "./callAll";
export { default as pipe, applyPipe } from "./pipe";
export { default as bundle, bundleSync } from "./bundle";
export { nullishChain, asyncNullishChain } from "./nullishChain";
export { default as throttle } from "./throttle";
export { default as debounce } from "./debounce";
export { default as memoize } from "./memoize";
export { limitInvocations, once } from "./invoke";