MCPcopy Create free account
hub / github.com/ceifa/wasmoon / createTypeExtension

Function createTypeExtension

src/type-extensions/proxy.ts:176–178  ·  view source on GitHub ↗
(thread: Global)

Source from the content-addressed store, hash-verified

174}
175
176export default function createTypeExtension(thread: Global): TypeExtension<any, ProxyDecorationOptions> {
177 return new ProxyTypeExtension(thread)
178}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected