Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Types

General-purpose, static TypeScript types.

Index

Type aliases

TypedArray

TypedArray: Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array

TypedArrayConstructor

TypedArrayConstructor: { BYTES_PER_ELEMENT: number }

Type declaration

  • BYTES_PER_ELEMENT: number

Construct

Construct<$Ctor>: $Ctor extends {} ? _ : never

Type parameters

  • $Ctor

Opaque

Opaque<$Type, $Tag>: $Type & OpaqueTag<$Tag>

Type parameters

  • $Type

  • $Tag

Generated using TypeDoc