Skip to content

cravler/fs.promises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

fs.promises polyfill

Resources

License

Stars

Watchers

Forks

Packages

No packages published