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

Function createTypeExtension

src/type-extensions/function.ts:237–242  ·  view source on GitHub ↗
(
    thread: Global,
    options?: FunctionTypeExtensionOptions,
)

Source from the content-addressed store, hash-verified

235}
236
237export default function createTypeExtension(
238 thread: Global,
239 options?: FunctionTypeExtensionOptions,
240): TypeExtension<FunctionType, FunctionDecoration> {
241 return new FunctionTypeExtension(thread, options)
242}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected