diff --git a/docs/modules/lodash-underscore.md b/docs/modules/lodash-underscore.md index 7b43683..5a9f59e 100644 --- a/docs/modules/lodash-underscore.md +++ b/docs/modules/lodash-underscore.md @@ -13,3 +13,7 @@ The same situation with custom `lodash` builds like `lodash-es`. Here you could read how to replace Lodash or Underscore in your project. [Website](https://you-dont-need.github.io/You-Dont-Need-Lodash-Underscore) + +## es-toolkit + +[es-toolkit](https://es-toolkit.dev/) is a utility library similar to lodash that is designed to replace lodash by offering a seamless compat layer. It supports tree shaking out of the box and offers better performances for modern JavaScript runtimes.