0.1.2 • Published 6 years ago

fs.promises v0.1.2

Weekly downloads
678
License
MIT
Repository
github
Last release
6 years ago

fs.promises

fs.promises polyfill

Install

This package depends on Node.js >= 8.9.

$ npm install fs.promises

Usage

Enable with a CJS bridge:

index.js

require('fs.promises');

or enable in the Node CLI with the -r option:

node -r fs.promises index.js

License

This software is under the MIT license. See the complete license in:

LICENSE