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

x/vectorizer/src/utils/common_types.ts>TypedArray

Feature Extraction and Feature Selection in TypeScript
Go to Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/common_types.ts";
definition:
| Uint8Array
| Uint16Array
| Uint32Array
| BigUint64Array
| Int8Array
| Int16Array
| Int32Array
| BigInt64Array
| Float32Array
| Float64Array