Home

Awesome

hybridify-all npmjs.com The MIT License

Hybridifies all the selected functions in an object.

code climate standard code style travis build status coverage status dependency status

Install

npm i hybridify-all --save
npm test

API

For more use-cases see the tests

hybridifyAll

Hybridifies all the selected functions in an object.

Example:

var hybridifyAll = require('hybridify-all')
var fs = require('fs')

fs = hybridifyAll(fs)
fs.readFile(__filename, 'utf8', function(err, res) {
  //=> err, res
})
.then(function(res) {
  //=> res
  return fs.stat(__filename)
})
.then(function(stat) {
  assert.strictEqual(stat.size, fs.statSync(__filename).size)
});

Related

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github