(thread: Global, injectObject: boolean)
| 77 | } |
| 78 | |
| 79 | export default function createTypeExtension(thread: Global, injectObject: boolean): TypeExtension<Error> { |
| 80 | return new ErrorTypeExtension(thread, injectObject) |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected