Skip to main content
Module

x/911/types.d.ts>TypedArray

Opinionated collection of helper tools. Assembled with Deno in mind.
Go to Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/911@0.1.3/types.d.ts";

Matches any typed array.

definition:
| Int8Array
| Uint8Array
| Uint8ClampedArray
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Float32Array
| Float64Array
| BigInt64Array
| BigUint64Array