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
trafficstars

nice to have: ```typescript capitalCase("hello world") // output: Hello World ``` `es-toolkit` already supports some *case. **not the same as [capitalize](https://es-toolkit.slash.page/reference/string/capitalize.html)**

Support for [words](https://lodash.com/docs/4.17.15#words) is needed.

Support for [upperCase](https://lodash.com/docs/4.17.15#upperCase) is needed.

Support for [some](https://lodash.com/docs/4.17.15#some) is needed.

Support for [reject](https://lodash.com/docs/4.17.15#reject) is needed.

Support for [map](https://lodash.com/docs/4.17.15#map) is needed.

Support for [isString](https://lodash.com/docs/4.17.15#isString) is needed.

Support for [isRegExp](https://lodash.com/docs/4.17.15#isRegExp) is needed.

Support for [isEmpty](https://lodash.com/docs/4.17.15#isEmpty) is needed.

Support for [has](https://lodash.com/docs/4.17.15#has) is needed.