Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 605 Bytes

File metadata and controls

15 lines (9 loc) · 605 Bytes
description Modern alternatives for Lodash for array/object manipulation and common programming tasks

lodash / underscore

You don’t (may not) need Lodash/Underscore

Here you could read how to replace Lodash or Underscore in your project.

Website

es-toolkit

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