/** * Can be used with Array.sort to sort and array with Uint8Array entries * * @param {Uint8Array} a * @param {Uint8Array} b */ export function compare(a: Uint8Array, b: Uint8Array): 0 | 1 | -1; //# sourceMappingURL=compare.d.ts.map