UNPKG

@gapi/cli

Version:
6 lines (5 loc) 186 B
export declare class AbstractRunner { protected binary: string; constructor(binary: string); run(command: string, collect?: boolean, cwd?: string): Promise<null | string>; }