(Lodash + ESlib = <3) All the Lodash functions available natively Installation npm install @eslib/lodash --save Example import '@eslib/lodash' [1, 2, 3, 4] .chunk(2) .map(arr => arr.head()) // [1, 3] Tests npm test License MIT