UNPKG

cross-tools

Version:

Cross-platform fundamental tools for developers

6 lines (5 loc) 192 B
import shell from 'shelljs'; declare const shellExecAsync: (cmd: string, opts?: shell.ExecOptions, customOpts?: { loadingMsg: string; }) => Promise<string>; export default shellExecAsync;