diff --git a/src/streamfromarray_txt.js b/src/streamfromarray_txt.js index 41040e5..a0a9afb 100644 --- a/src/streamfromarray_txt.js +++ b/src/streamfromarray_txt.js @@ -1,4 +1,3 @@ -const BigArray = require("./bigArray"); const Readable = require("stream").Readable; module.exports = function streamFromArrayTxt(ma) {