Skip to content

yamadapc/node-deoopfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-deoopfy

Build Status

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]

Donations

Would you like to buy me a beer? Send bitcoin to 3JjxJydvoJjTrhLL86LGMc8cNB16pTAF3y

About

DeOOP-fy your methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published