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

x/froebel/types.ts>TypedArray

A strictly typed utility library.
Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/froebel@v0.23.2/types.ts";
definition:
| Int8Array
| Uint8Array
| Uint8ClampedArray
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Float32Array
| Float64Array
| BigInt64Array
| BigUint64Array