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

Class

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

Source from the content-addressed store, hash-verified

149 type ExportValue = Function | Global | Memory | Table;
150 type Exports = Record<string, ExportValue>;
151 class Instance {
152 constructor(module: Module, imports?: Imports);
153 readonly exports: Exports;
154 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected