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

x/fonction/src/types/index.ts>TypedArray

A modern practical functional library
Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/fonction@v2.1.0-beta.4/src/types/index.ts";

Alias for TypedArray

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