UNPKG

uint8arrays

Version:

Utility functions to make dealing with Uint8Arrays easier

5 lines 194 B
/** * Can be used with Array.sort to sort and array with Uint8Array entries */ export declare function compare(a: Uint8Array, b: Uint8Array): number; //# sourceMappingURL=compare.node.d.ts.map