UNPKG

uint8arrays

Version:

Utility functions to make dealing with Uint8Arrays easier

5 lines 164 B
/** * Returns the xor distance between two Uint8Arrays */ export declare function xor(a: Uint8Array, b: Uint8Array): Uint8Array; //# sourceMappingURL=xor.d.ts.map