| 30 | } |
| 31 | |
| 32 | export interface IDisableDevtool { |
| 33 | (opts?: Partial<IConfig>): {success:boolean, reason:string}; |
| 34 | isRunning: boolean; |
| 35 | isSuspend: boolean; |
| 36 | md5: (v: string) => string; |
| 37 | version: string; |
| 38 | DetectorType: typeof DetectorType; |
| 39 | isDevToolOpened: ()=>boolean; |
| 40 | } |
nothing calls this directly
no outgoing calls
no test coverage detected