UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

7 lines (6 loc) 247 B
export declare class Uint8ArrayRatchet { private constructor(); static mergeArrays(myArrays: Uint8Array[]): Uint8Array; static deepEqual(arr1: Uint8Array, arr2: Uint8Array): boolean; static deepCopy(src: Uint8Array): Uint8Array; }