cmpUint8Array.d.ts 79 B

1
  1. export declare const cmpUint8Array: (a: Uint8Array, b: Uint8Array) => boolean;