UNPKG

@omni-door/utils

Version:

The utils of omni-door's projects

3 lines (2 loc) 172 B
export declare function execShell(clis: string[], done?: (results: any[]) => any, handleErr?: (err: any) => any, silent?: boolean): Promise<any>; export default execShell;