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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i chain-me

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • werle