This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

fs-promised

0.0.2 • Public • Published

fs-promised

fs-promised is a node module to make file system access through promises. It uses d.js for as promises library just check to that project for more info about the returned interfaces.

additional methods

  • fs.readJsonSync(filename, options)
  • fs.readJsonPromise(filename, options)
  • fs.writeJsonSync(filename, data, options)
  • fs.writeJsonPromise(filename, data, options)
  • fs.watchDeduped(filename, options, listener)

/fs-promised/

    Package Sidebar

    Install

    npm i fs-promised

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • malko