cafe-utility
Advanced tools
Comparing version
@@ -516,6 +516,6 @@ type Indexable = number | string; | ||
declare function binaryIndexOf(bytes: Uint8Array, value: Uint8Array, start?: number): number; | ||
declare function binaryPadStart(bytes: Uint8Array, size: number): Uint8Array; | ||
declare function binaryPadStartToMultiple(bytes: Uint8Array, multiple: number): Uint8Array; | ||
declare function binaryPadEnd(bytes: Uint8Array, size: number): Uint8Array; | ||
declare function binaryPadEndToMultiple(bytes: Uint8Array, multiple: number): Uint8Array; | ||
declare function binaryPadStart(bytes: Uint8Array, size: number, paddingByte?: number): Uint8Array; | ||
declare function binaryPadStartToMultiple(bytes: Uint8Array, multiple: number, paddingByte?: number): Uint8Array; | ||
declare function binaryPadEnd(bytes: Uint8Array, size: number, paddingByte?: number): Uint8Array; | ||
declare function binaryPadEndToMultiple(bytes: Uint8Array, multiple: number, paddingByte?: number): Uint8Array; | ||
declare function xorCypher(bytes: Uint8Array, key: Uint8Array): Uint8Array; | ||
@@ -522,0 +522,0 @@ declare function binaryEquals(a: Uint8Array, b: Uint8Array): boolean; |
{ | ||
"name": "cafe-utility", | ||
"version": "26.14.0", | ||
"version": "26.15.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
148331
0.1%