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

Function createTypeExtension

src/type-extensions/userdata.ts:69–71  ·  view source on GitHub ↗
(thread: Global)

Source from the content-addressed store, hash-verified

67}
68
69export default function createTypeExtension(thread: Global): TypeExtension<Error> {
70 return new UserdataTypeExtension(thread)
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected