cafe-utility
Advanced tools
Comparing version 26.6.0 to 26.6.1
@@ -514,3 +514,3 @@ type Indexable = number | string; | ||
declare function getBit(bytes: Uint8Array, index: number): 0 | 1; | ||
declare function binaryIndexOf(array: Uint8Array, value: Uint8Array): number; | ||
declare function binaryIndexOf(array: Uint8Array, value: Uint8Array, start?: number): number; | ||
interface Uint8ArrayIO { | ||
@@ -517,0 +517,0 @@ max: () => number; |
{ | ||
"name": "cafe-utility", | ||
"version": "26.6.0", | ||
"version": "26.6.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
140262