itachi-fp

0.0.6 • Public • Published

itachi

Functional Programming library

How to user

 
import * as _ from 'itachi-fp'
 
const add = _.curry(function (a, b) {
  return a + b
})
 
// 1.
add(1, 2)
// 2.
add(1)(2)
 

Uchiha Itachi

Readme

Keywords

Package Sidebar

Install

npm i itachi-fp

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • maczyt