Package Exports
- fs.promises
- fs.promises/promisify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fs.promises) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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