Skip to main content
Module

x/core_fn/deps.ts>TypedArray

A collection of built-in object method and property as currying function
Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/core_fn@v1.0.0-beta.16/deps.ts";

Alias for TypedArray

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