UNPKG

sda

Version:

Software development assistant

5 lines (4 loc) 285 B
import ExecutionConfig from '../ExecutionConfig'; import { IEnvironment } from '../interfaces'; import { IParsedCommand } from './getCommands'; export default function asyncExecuteCommands(commands: IParsedCommand[], environment: IEnvironment, ec: ExecutionConfig): Promise<void>;