Partial
Partially apply a function by pre-filling some of its arguments and without changing the this
context.
Installation
npm install util-partial --save
Usage
var partial = ; var { return a + b;}; var add5 = ; ; //=> 15; //=> 25; //=> 35
Typings
Includes a TypeScript type definition.
License
MIT