UNPKG

@wdio/local-runner

Version:
14 lines 403 B
/** * ToDo(Christian): remove when @wdio/runner got typed */ interface RunnerInterface extends NodeJS.EventEmitter { sigintWasCalled: boolean; [key: string]: unknown; } export declare const runner: RunnerInterface; /** * catch sigint messages as they are handled by main process */ export declare const exitHookFn: (callback: () => void) => void; export {}; //# sourceMappingURL=run.d.ts.map