array-chunk-reader
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,4 +0,4 @@ | ||
"use strict"; | ||
(function () { | ||
"use strict"; | ||
class ArrayChunkReader { | ||
@@ -5,0 +5,0 @@ constructor(array, options) { |
{ | ||
"name": "array-chunk-reader", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Module for reading array by chunks using promise", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
8061