Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typebox/src/value/is.ts>TypedArrayType

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