0.0.1 • Published 10 years ago

chain-me v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

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

0.0.1

10 years ago