(
thread: Global,
options?: FunctionTypeExtensionOptions,
)
| 235 | } |
| 236 | |
| 237 | export default function createTypeExtension( |
| 238 | thread: Global, |
| 239 | options?: FunctionTypeExtensionOptions, |
| 240 | ): TypeExtension<FunctionType, FunctionDecoration> { |
| 241 | return new FunctionTypeExtension(thread, options) |
| 242 | } |
nothing calls this directly
no outgoing calls
no test coverage detected