MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 type ExportValue = Function | Global | Memory | Table;
164 type Exports = Record<string, ExportValue>;
165 class Instance {
166 constructor(module: Module, imports?: Imports);
167 readonly exports: Exports;
168 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected