UNPKG

161 BTypeScriptView Raw
1import { ExecaOptions, execCommand, execShell, execWithArgs } from './exec.util';
2export type { ExecaOptions };
3export { execCommand, execShell, execWithArgs };