Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/velo/src/utils/typedArray.ts>TypedArray

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/velo@0.1.5/src/utils/typedArray.ts";
definition:
| Uint8Array
| Uint16Array
| Uint32Array
| Float64Array