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

x/threejs_4_deno/src/polyfills.d.ts>TypedArray

A simple transformation of three.js for use within a Deno workflow
Go to Latest
type alias TypedArray
import { type TypedArray } from "https://deno.land/x/threejs_4_deno@v121/src/polyfills.d.ts";
definition:
| Int8Array
| Uint8Array
| Uint8ClampedArray
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Float32Array
| Float64Array