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 255 es-toolkit issues
Sort by recently updated
recently updated
newest added

# Description - The source of the function compiled using the template function has been updated to use ES6+ syntax for greater clarity. For example, `+\n((__t = (" + interpolateValue...

Hello @raon0211, if you need these two functions, I can add them to the predicate library.

help wanted
p2: new feature

This PR adds the function values. It was mentioned on the issue #669 and on the [Compatibility documentation](https://es-toolkit.slash.page/compatibility.html) Please let me know if there are any mistakes in my code,...

Why not add an asynchronous version of the noop function, `asyncNoop`? This can be useful for meeting asynchronous interface requirements or when testing specific code flows, such as in a...

The documentation example for the throttle function when using the { trailing: true } option contains an incorrect comment. The comment states that the function is "logged immediately," which is...

At first, i'll add only in compat layer related #352

### Reference https://github.com/lodash/lodash/blob/main/src/values.ts In the mean time I am using the following snippet, but it does not cover all cases provided by lodash. ``` export function values(value: Record): T[] {...

The requested module 'es-toolkit/compat' does not provide an export named 'invertBy'

resolve #481 Since lodash is testing `difference`, `differenceBy` and `differenceWith` in [`difference-methods.spec`](https://github.com/lodash/lodash/blob/6a2cc1dfcf7634fea70d1bc5bd22db453df67b42/test/difference-methods.spec.js#L1), i have also included `difference` test case from our [`difference.spec.ts`](https://github.com/toss/es-toolkit/blob/fd2658e216eef60cf674484c71a1ec1c185c3c6c/src/compat/array/difference.spec.ts#L1). I am not sure about the type of...

Hello, @raon0211! If you need math method `divide` , Can I work it? (https://github.com/toss/es-toolkit/issues/91) Please let me know if this is unnecessary, I am just looking to implement missing functionality.