pdenodeify

0.1.0 • Public • Published

Build Status

pdenodeify

Dead simple denodeify function for Promises. Supports native promises, when they come to Node and/or the browser, falling back to es6-promise if the global isn't available. Since the polyfill is optional you'll need to include it yourself (in Node just make sure it's installed).

Example

var denodeify = require('pdenodeify');
var readFile = denodeify(require('fs').readFile);
 
readFile('path/to/file').then(function(data) {
  // Use data
});

License

MIT

/pdenodeify/

    Package Sidebar

    Install

    npm i pdenodeify

    Weekly Downloads

    1,329

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • matthewp