UNPKG

node-noise

Version:
5 lines (4 loc) 147 B
/** * Returns true if the two passed Uint8Arrays have the same content */ export declare function equals(a: Uint8Array, b: Uint8Array): boolean;