@jsprismarine/jsbinaryutils
Advanced tools
@@ -575,4 +575,5 @@ "use strict"; | ||
| throw new Error('Buffer is write only!'); | ||
| const buf = this.buffer.slice(this.readIndex); | ||
| this.readIndex = this.buffer.byteLength; | ||
| return this.buffer.slice(this.readIndex); | ||
| return buf; | ||
| } | ||
@@ -579,0 +580,0 @@ /** |
+1
-1
| { | ||
| "name": "@jsprismarine/jsbinaryutils", | ||
| "version": "3.2.0", | ||
| "version": "3.2.1", | ||
| "description": "Basic binary data managing tool written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/BinaryStream.js", |
29179
0.09%952
0.11%