npm.io
2.0.0 • Published 9 years ago

fs-then-native

Licence
MIT
Version
2.0.0
Deps
0
Vulns
0
Weekly
0
Stars
4
DeprecatedThis package is deprecated

view on npm npm module downloads Build Status Coverage Status Dependency Status js-standard-style

fs-then-native

A minimal wrapper around the Node.js fs library adding a Promise API. It uses whichever Promise implementation is available, leaving responsibility one exists to the user.

Synopsis

fs.readFile('file.txt', 'utf8')
  .then(content => {
    // process file content
  })
  .catch(err => {
    // handle exception
  })

2016-17 Lloyd Brookes <75pound@gmail.com>. Documented by jsdoc-to-markdown.

Keywords