A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
Go to file
Jonghyeon Ko 848f2c66ff
fix(package.json): Provide correct types for moduleResolution: node, node10, and node16 (#16)
* fix: remove unnecessary exports overriding

* Revert "fix: remove unnecessary exports overriding"

This reverts commit f8534a14c1.

* chore(package.json): add types field in publishConfig.exports

* build: Support moduleResolution: node10 and node16 (nodenext)

* build: Support moduleResolution: node10 and node16 (nodenext)

* build: Support moduleResolution: node10 and node16 (nodenext)

* fix delay

* Update .gitignore

Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>

* Update .scripts/postbuild.sh

Co-authored-by: Jonghyeon Ko <jonghyeon@toss.im>

---------

Co-authored-by: raon0211 <raon0211@toss.im>
2024-06-03 22:30:32 +09:00
.circleci 1.0.0 2024-05-31 16:54:41 +09:00
.github 1.0.0 2024-05-31 16:54:41 +09:00
.scripts fix(package.json): Provide correct types for moduleResolution: node, node10, and node16 (#16) 2024-06-03 22:30:32 +09:00
.vscode chore(.vscode): format on save as default (#17) 2024-06-01 08:25:54 +00:00
.yarn/sdks 1.0.0 2024-05-31 16:54:41 +09:00
benchmarks 1.0.0 2024-05-31 16:54:41 +09:00
docs 1.0.0 2024-05-31 16:54:41 +09:00
src fix(package.json): Provide correct types for moduleResolution: node, node10, and node16 (#16) 2024-06-03 22:30:32 +09:00
.eslintrc.js 1.0.0 2024-05-31 16:54:41 +09:00
.gitignore fix(package.json): Provide correct types for moduleResolution: node, node10, and node16 (#16) 2024-06-03 22:30:32 +09:00
.npmignore 1.0.0 2024-05-31 16:54:41 +09:00
.nvmrc 1.0.0 2024-05-31 16:54:41 +09:00
babel.config.js 1.0.0 2024-05-31 16:54:41 +09:00
CHANGELOG.md chore: Remove unnecessary directories 2024-05-31 17:08:24 +09:00
package.json fix(package.json): Provide correct types for moduleResolution: node, node10, and node16 (#16) 2024-06-03 22:30:32 +09:00
README-ko_kr.md 1.0.0 2024-05-31 16:54:41 +09:00
README.md 1.0.0 2024-05-31 16:54:41 +09:00
rollup.config.js 1.0.0 2024-05-31 16:54:41 +09:00
tsconfig.json 1.0.0 2024-05-31 16:54:41 +09:00
vitest.config.mts 1.0.0 2024-05-31 16:54:41 +09:00
yarn.lock 1.0.0 2024-05-31 16:54:41 +09:00

es-toolkit · MIT License

English | 한국어

es-toolkit is a state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

  • es-toolkit offers a variety of everyday utility functions with modern implementations, such as debounce, delay, chunk, sum, and pick.
  • Designed with performance in mind, es-toolkit achieves 2-3× better performance in modern JavaScript environments.
  • es-toolkit supports tree shaking out of the box, and reduces JavaScript code by up to 97% compared to other libraries.
  • es-toolkit includes built-in TypeScript support, with straightforward yet robust types. It also provides useful type guards such as isNotNil.
  • es-toolkit is battle-tested with 100% test coverage, ensuring reliability and robustness.

Contributing

We welcome contribution from everyone in the community. Read below for detailed contribution guide.

CONTRIBUTING

License

MIT © Viva Republica, Inc. See LICENSE for details.

Toss