1.1.7 • Published 4 years ago
streammer
Licence
ISC
Version
1.1.7
Deps
2
Size
4 kB
Vulns
0
Weekly
0
streammer
Using stream method for reading and writing file into readable string/array.
const stmr = require("streammer")
data = stmr.read(path,option) // to read as json file from stream method into readable string/array
//your code here
stmr.write(path,data,option)// to write string/array to json file