MCPcopy Create free account
hub / github.com/TanStack/router /

Class

examples/react/start-basic-cloudflare/worker-configuration.d.ts:241–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 type ExportValue = Function | Global | Memory | Table;
240 type Exports = Record<string, ExportValue>;
241 class Instance {
242 constructor(module: Module, imports?: Imports);
243 readonly exports: Exports;
244 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected