0.3.0 • Published 7 years ago

@eslib/lodash v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago