API reference / @evolu/common / Type / Uint8Array

Variable: Uint8Array

const Uint8Array: Type<
  "Uint8Array",
  Uint8Array<ArrayBufferLike>,
  Uint8Array<ArrayBufferLike>,
  Uint8ArrayError,
  Uint8Array<ArrayBufferLike>,
  Uint8ArrayError
>;

Defined in: packages/common/src/Type.ts:513

Was this page helpful?