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

x/deno/cli/js/web/util.ts>TypedArray

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/deno@v1.0.0/cli/js/web/util.ts";
definition:
| Int8Array
| Uint8Array
| Uint8ClampedArray
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Float32Array
| Float64Array