fs6
v0.0.3
Published
fs6 extend fs with fs.promise
Downloads
4
Readme
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')