0.0.3 • Published 6 years ago

fs6 v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.2

6 years ago