UNPKG

160 BPlain TextView Raw
1import { ExecaOptions, execCommand, execShell, execWithArgs } from './exec.util'
2
3export type { ExecaOptions }
4
5export { execCommand, execShell, execWithArgs }