npm.io
0.1.0 • Published 9 years ago

curry-es6

Licence
MIT
Version
0.1.0
Deps
0
Vulns
0
Weekly
0
Stars
2
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

Curry-ES6

curry with es6 rest is much easier.

npm version build status

install

npm i --save curry-es6

Usage

const add3 = (a, b, c) => a + b + c;
const curryAdd3 = curry(add3);
curryAdd3(__, 2)(__, 3)()(__)(1);

License

MIT

Copyright (c) 2015-2016