@fand/promisify

0.0.3 • Public • Published

Promisify

Build Status NPM Version License Coverage Status

Promisify without any dependencies.

Installation

npm install -S @fand/promisify

Example

var fs = require('fs');
var p = require('@fand/promisify');

p(fs.readFile)
  ('./package.json', 'utf8')
  .then((res) => console.log(res));

LICENSE

MIT

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @fand/promisify

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • fand