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

Function createTypeExtension

src/type-extensions/table.ts:128–130  ·  view source on GitHub ↗
(thread: Global)

Source from the content-addressed store, hash-verified

126}
127
128export default function createTypeExtension(thread: Global): TypeExtension<any> {
129 return new TableTypeExtension(thread)
130}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected