(fileName: string)
| 518 | options: RegisterOptions; |
| 519 | enabled(enabled?: boolean): boolean; |
| 520 | ignored(fileName: string): boolean; |
| 521 | compile(code: string, fileName: string, lineOffset?: number): string; |
| 522 | getTypeInfo(code: string, fileName: string, position: number): TypeInfo; |
| 523 | /** @internal */ |
no outgoing calls
no test coverage detected