UNPKG

sda

Version:

Software development assistant

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