UNPKG

uint8arrays

Version:

Utility functions to make dealing with Uint8Arrays easier

8 lines 228 B
/** * Returns true if the two passed Uint8Arrays have the same content * * @param {Uint8Array} a * @param {Uint8Array} b */ export function equals(a: Uint8Array, b: Uint8Array): boolean; //# sourceMappingURL=equals.d.ts.map