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

0.1.0 • Public • Published

ESlib + Ramda

Build Status npm mit

(Ramda + ESlib = <<3) All the Ramda functions available natively

Installation

npm install @eslib/ramda --save

Example

import '@eslib/ramda'

[1, 2, 3, 4]
  .dropWhile(n => n < 3)
  .head()

Tests

npm test

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @eslib/ramda

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bcherny