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

/lazybind/

    Package Sidebar

    Install

    npm i lazybind

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • werle