UNPKG

sda

Version:

Software development assistant

7 lines (6 loc) 289 B
import ExecutionConfig from '../ExecutionConfig'; /** * Executes all commands from the execution config. * If an environment is passed, it executes the commands in that environment instead of the one from the EC. */ export default function runCommands(ec: ExecutionConfig): void;