UNPKG

node-noise

Version:
5 lines (4 loc) 152 B
/** * Can be used with Array.sort to sort and array with Uint8Array entries */ export declare function compare(a: Uint8Array, b: Uint8Array): number;