cafe-utility
Advanced tools
Comparing version 26.13.1 to 26.14.0
@@ -513,4 +513,4 @@ type Indexable = number | string; | ||
declare function commonPrefix(one: Uint8Array, other: Uint8Array): Uint8Array; | ||
declare function setBit(bytes: Uint8Array, index: number, value: 0 | 1): void; | ||
declare function getBit(bytes: Uint8Array, index: number): 0 | 1; | ||
declare function setBit(bytes: Uint8Array, index: number, value: 0 | 1, endian: 'LE' | 'BE'): void; | ||
declare function getBit(bytes: Uint8Array, index: number, endian: 'LE' | 'BE'): 0 | 1; | ||
declare function binaryIndexOf(bytes: Uint8Array, value: Uint8Array, start?: number): number; | ||
@@ -517,0 +517,0 @@ declare function binaryPadStart(bytes: Uint8Array, size: number): Uint8Array; |
{ | ||
"name": "cafe-utility", | ||
"version": "26.13.1", | ||
"version": "26.14.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
148187