(timeoutId: any)
| 56 | ): {close: () => void}; |
| 57 | setTimeout(callback: () => void, ms: number): any; |
| 58 | clearTimeout(timeoutId: any): void; |
| 59 | } |
| 60 | |
| 61 | export function createPerformWatchHost<CbEmitRes extends ts.EmitResult = ts.EmitResult>( |
no outgoing calls
no test coverage detected