0.1.0 • Published 8 years ago
@eslib/ramda v0.1.0
(Ramda + ESlib = <<3) All the Ramda functions available natively
Installation
npm install @eslib/ramda --saveExample
import '@eslib/ramda'
[1, 2, 3, 4]
  .dropWhile(n => n < 3)
  .head()Tests
npm testLicense
MIT
0.1.0
8 years ago