UNPKG

@utilify/core

Version:

Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B

12 lines 541 B
export { default as compose } from './compose'; export { default as identity } from './identity'; export { default as memo } from './memo'; export { default as noop } from './noop'; export { default as not } from './not'; export { default as once } from './once'; export { default as partialLeft } from './partialLeft'; export { default as partialRight } from './partialRight'; export { default as pipe } from './pipe'; export { default as times } from './times'; export { default as when } from './when'; //# sourceMappingURL=index.d.ts.map