MCPcopy
hub / github.com/theajack/disable-devtool / IDisableDevtool

Interface IDisableDevtool

src/type.d.ts:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected