UNPKG

super-utils-plus

Version:

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

15 lines (14 loc) 358 B
export * from './get'; export * from './set'; export * from './pick'; export * from './omit'; export * from './merge'; export * from './deepClone'; export * from './default'; export * from './has'; export * from './keys'; export * from './mapValues'; export * from './assign'; export * from './fromPairs'; export * from './invert'; export * from './result';