Skip to content

fand/promisify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Promisify without any dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published