UNPKG

uint8arrays

Version:

Utility functions to make dealing with Uint8Arrays easier

5 lines 183 B
/** * Returns true if the two passed Uint8Arrays have the same content */ export declare function equals(a: Uint8Array, b: Uint8Array): boolean; //# sourceMappingURL=equals.d.ts.map