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

Class

enter.pollinations.ai/worker-runtime.d.ts:206–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;
205declare namespace WebAssembly {
206 class CompileError extends Error {
207 constructor(message?: string);
208 }
209 class RuntimeError extends Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected