Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / TypedArray

Type Alias: TypedArray

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

Defined in: types-buffer.ts:17

Supported TypedArray views for shared binary data buffers.

Use this alias for APIs that accept existing numeric buffer views across color processing, raster payloads, and GPU upload paths.

Released under the MIT License.