UNPKG

node-noise

Version:
5 lines (4 loc) 126 B
/** * Returns the xor distance between two arrays */ export declare function xor(a: Uint8Array, b: Uint8Array): Uint8Array;