You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/protractor/built/bpRunner.d.ts

14 lines
371 B
TypeScript

/// <reference types="node" />
/// <reference types="q" />
import { ChildProcess } from 'child_process';
import * as q from 'q';
import { Config } from './config';
export declare class BlockingProxyRunner {
private config;
bpProcess: ChildProcess;
port: number;
constructor(config: Config);
start(): q.Promise<{}>;
checkSupportedConfig(): void;
}