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>TypedArrayConstructorMapping

Feature Extraction and Feature Selection in TypeScript
Go to Latest
type alias TypedArrayConstructorMapping
import { type TypedArrayConstructorMapping } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/common_types.ts";
definition: { u8: Uint8ArrayConstructor; u16: Uint16ArrayConstructor; u32: Uint32ArrayConstructor; u64: BigUint64ArrayConstructor; i8: Int8ArrayConstructor; i16: Int16ArrayConstructor; i32: Int32ArrayConstructor; i64: BigInt64ArrayConstructor; f32: Float32ArrayConstructor; f64: Float64ArrayConstructor; }