fs.promises
fs.promises polyfillInstall
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