deoopfy

1.0.2 • Public • Published

node-deoopfy

Takes a function which acts on a context object, and returns a function which takes the context as its first argument.

Install with:

npm install deoopfy

And use like:

var slice = deoopfy(Array.prototype.slice);
slice([1, 2, 3], [1]) // => [2, 3]

Readme

Keywords

Package Sidebar

Install

npm i deoopfy

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • yamadapc