lazybind

v0.0.1
Create functions that accept the receiver as its first argument and `n` arguments after
lazy bind function fn

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

npm i lazybind

Metadata

  • MIT
  • Whatever
  • Joseph Werle
  • released 11/8/2013

Downloads

Maintainers