es-toolkit
es-toolkit copied to clipboard
A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
hello. First of all, thank you for making such a good toolkit. I want to use this toolkit in `react-native` but something is not working properly. Is there something I'm...
I will be working on this.
Add `add` function 
## Trusted by section When developers choose a library, it is often an important criterion whether the technology has been chosen from other well-known sources. so I made this pull...
Fixed #816
Given this code ```ts const result = flattenObject({ a: [1, { b: 2 }, 3], }); expect(result).toEqual({ 'a.0': 1, 'a.1.b': 2, 'a.2': 3, }); ``` nested object is not flattened...
Added lodash [`keys`](https://lodash.com/docs/4.17.15#keys) to compatibility layer
hey there, first of all: I really like this library, and although the long-term goal is feature parity with `lodash`, I'd like to propose a function checking whether a `string`...