UNPKG

super-utils-plus

Version:

A superior alternative to Lodash with improved performance, TypeScript support, and developer experience

23 lines (22 loc) 564 B
export * from './chunk'; export * from './compact'; export * from './difference'; export * from './flatten'; export * from './intersection'; export * from './union'; export * from './uniq'; export * from './groupBy'; export * from './find'; export * from './map'; export * from './filter'; export * from './reduce'; export * from './zip'; export * from './remove'; export * from './slice'; export * from './take'; export * from './drop'; export * from './forEach'; export * from './head'; export * from './fill'; export * from './range'; export * from './sample';