fs.promises polyfill
This package depends on Node.js >= 8.9.
$ npm install fs.promises
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
This software is under the MIT license. See the complete license in:
LICENSE