Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox_deno/src/value/guard.ts>TypedArrayType

JSON Schema Type Builder with Static Type Resolution for TypeScript
Latest
type alias TypedArrayType
import { type TypedArrayType } from "https://deno.land/x/typebox_deno@0.31.22/src/value/guard.ts";
definition:
| Int8Array
| Uint8Array
| Uint8ClampedArray
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Float32Array
| Float64Array
| BigInt64Array
| BigUint64Array