0.1.2 • Published 7 years ago
fs.promises v0.1.2
fs.promises
fs.promises polyfill
Install
This package depends on Node.js >= 8.9.
$ npm install fs.promisesUsage
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.jsLicense
This software is under the MIT license. See the complete license in:
LICENSE