es-toolkit icon indicating copy to clipboard operation
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.

Results 194 es-toolkit issues
Sort by recently updated
recently updated
newest added

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...

Add `add` function ![image](https://github.com/user-attachments/assets/b8f14daf-1fa5-4b3e-b511-48b10f35686e)

## 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...

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`...