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

Function createTypeExtension

src/type-extensions/null.ts:76–78  ·  view source on GitHub ↗
(thread: Global)

Source from the content-addressed store, hash-verified

74}
75
76export default function createTypeExtension(thread: Global): TypeExtension<null> {
77 return new NullTypeExtension(thread)
78}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected