0.2.1 • Published 5 years ago

@gotoeasy/file v0.2.1

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

@gotoeasy/file

file util

NPM version License

Sample

const File = require('@gotoeasy/file');

let txt = File.read('d:/abc.txt');

File.write('d:/abc.txt', 'abcd');

...
...
...

Links