0.0.3 • Published 5 years ago

fs6 v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

fs6 -- extend fs with fs.promise

Install

$ npm i fs6

Example

const fs6 = require('fs6')
var text = null
text = await fs6.readText('xxx.js')
text = await fs6.readFile('src/index.js')
0.0.3

5 years ago

0.0.2

5 years ago