UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

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>; }