JSPM

fs.promises

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11235
  • Score
    100M100P100Q172227F
  • License MIT

fs.promises polyfill

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.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