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

30 lines 1.39 kB
export { default as adjust } from './adjust'; export { default as after } from './after'; export { default as aperture } from './aperture'; export { default as append } from './append'; export { default as arrayToObject } from './arrayToObject'; export { default as before } from './before'; export { default as chunk } from './chunk'; export { default as collectBy } from './collectBy'; export { default as compact } from './compact'; export { default as count } from './count'; export { default as cycle } from './cycle'; export { default as difference } from './difference'; export { default as first } from './first'; export { default as flatMap } from './flatMap'; export { default as flat } from './flat'; export { default as groupBy } from './groupBy'; export { default as includes } from './includes'; export { default as isIterable } from './isIterable'; export { default as last } from './last'; export { default as reject } from './reject'; export { default as repeat } from './repeat'; export { default as rotate } from './rotate'; export { default as sample } from './sample'; export { default as shuffle } from './shuffle'; export { default as swap } from './swap'; export { default as union } from './union'; export { default as unique } from './unique'; export { default as unzip } from './unzip'; export { default as zip } from './zip'; //# sourceMappingURL=index.d.ts.map