Skip to content

nkashyap/fs-es6-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs-es6-promise

ES6 promise wrapper around nodejs file system api

Installation

$ npm install -g fs-es6-promise

Usage

const fs = require('fs-es6-promise');
fs.access('/etc/passwd', fs.F_OK)
    .then((result)=>{})
    .catch((error)=>{});

References

About

ES6 promise wrapper around nodejs file system api

Resources

License

Stars

Watchers

Forks

Packages

No packages published