(thread: Global)
| 174 | } |
| 175 | |
| 176 | export default function createTypeExtension(thread: Global): TypeExtension<any, ProxyDecorationOptions> { |
| 177 | return new ProxyTypeExtension(thread) |
| 178 | } |
nothing calls this directly
no outgoing calls
no test coverage detected