Callable
- exec(command: string, callback?: undefined | function): ChildProcess
- exec(command: string, options: object & ExecOptions, callback?: undefined | function): ChildProcess
- exec(command: string, options: object & ExecOptions, callback?: undefined | function): ChildProcess
- exec(command: string, options: object & ExecOptions, callback?: undefined | function): ChildProcess
- exec(command: string, options: ExecOptions, callback?: undefined | function): ChildProcess
- exec(command: string, options: object & ExecOptions | undefined | null, callback?: undefined | function): ChildProcess
-
Parameters
-
command: string
-
Optional callback: undefined | function
-
Parameters
-
command: string
-
-
Optional callback: undefined | function
-
Parameters
-
command: string
-
-
Optional callback: undefined | function
-
Parameters
-
command: string
-
-
Optional callback: undefined | function
-
Parameters
-
command: string
-
-
Optional callback: undefined | function
-
Parameters
-
command: string
-
options: object & ExecOptions | undefined | null
-
Optional callback: undefined | function
Functions
__promisify__
- __promisify__(command: string): Promise<object>
- __promisify__(command: string, options: object & ExecOptions): Promise<object>
- __promisify__(command: string, options: object & ExecOptions): Promise<object>
- __promisify__(command: string, options: ExecOptions): Promise<object>
- __promisify__(command: string, options?: object & ExecOptions | null): Promise<object>
-
Parameters
Returns Promise<object>
-
Parameters
Returns Promise<object>
-
Parameters
Returns Promise<object>
-
Parameters
Returns Promise<object>
-
Parameters
-
command: string
-
Optional options: object & ExecOptions | null
Returns Promise<object>