isUint8Array.d.ts 68 B

1
  1. export declare const isUint8Array: (x: unknown) => x is Uint8Array;