Utilities · +5 points

Lodash

JavaScript utility library — chunk, debounce, cloneDeep used in every codebase.

Install
npm install lodash
License
MIT
Stars
60k+

Integration goal

Use lodash chunk and uniq on a dataset.

  1. Import lodash
  2. Chunk array into groups of 3
  3. Push utils.js
Open Integration Workspace →

← All open source tools