fs.promises

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fs.promises

Weekly Downloads

5,246

Version

0.1.2

License

MIT

Unpacked Size

3.24 kB

Total Files

5

Last publish

Collaborators

  • cravler