chain-me

0.0.1 • Public • Published

chain-me

install

npm

$ npm install chain-me

component

$ component install jwerle/chain-me

usage

Wrap an object and all void functions return this instead of undefined

var chain = require('chain-me')
 
chain(obj)
.method(foo)
.action(bar)
.end(fn);

license

MIT

/chain-me/

    Package Sidebar

    Install

    npm i chain-me

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • werle