(signature: string, flags?: any)
| 30 | interface WtfEvents { |
| 31 | createScope(signature: string, flags?: any): WtfScopeFn; |
| 32 | createInstance(signature: string, flags?: any): WtfEventFn; |
| 33 | } |
| 34 | |
| 35 | type WtfScopeFn = (...args: any[]) => WtfScope; |
no outgoing calls
no test coverage detected