UNPKG

super-utils-plus

Version:

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

7 lines (6 loc) 162 B
export * from './debounce'; export * from './throttle'; export * from './memoize'; export * from './curry'; export * from './partial'; export * from './compose';