0.0.1 • Published 12 years ago
chain-me v0.0.1
chain-me
install
npm
$ npm install chain-mecomponent
$ component install jwerle/chain-meusage
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
0.0.1
12 years ago