1.1.7 • Published 2 years ago

streammer v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

streammer

Using stream method for reading and writing file into readable string/array.

  • Application:

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 
1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago