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

Function createTypeExtension

src/type-extensions/error.ts:79–81  ·  view source on GitHub ↗
(thread: Global, injectObject: boolean)

Source from the content-addressed store, hash-verified

77}
78
79export default function createTypeExtension(thread: Global, injectObject: boolean): TypeExtension<Error> {
80 return new ErrorTypeExtension(thread, injectObject)
81}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected