MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;
129declare namespace WebAssembly {
130 class CompileError extends Error {
131 constructor(message?: string);
132 }
133 class RuntimeError extends Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected