@eslib/lodash
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

ESlib + Lodash

Build Status npm mit

(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

/@eslib/lodash/

    Package Sidebar

    Install

    npm i @eslib/lodash

    Weekly Downloads

    0

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • bcherny