lazybind

0.0.1 • Public • Published

lazybind

Create functions that accept the receiver as its first argument and n arguments after.

install

$ npm install lazybind

usage

var lazybind = require('lazybind');
var a = [];
var push = lazybind(Array.prototype, 'push');
push(a, 1);
push(a, 2);
push(a, 3);

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i lazybind

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • werle