Skip to main content

deps

Admin Docs


Variable: deps

const deps: object

Defined in: src/install/utils/exec.ts:21

Type Declaration​

exec()​

exec: {(command): PromiseWithChild<{ }>; (command, options): PromiseWithChild<{ }>; (command, options): PromiseWithChild<{ }>; (command, options): PromiseWithChild<{ }>; }

Call Signature​

(command): PromiseWithChild<{ }>

Parameters​
command​

string

Returns​

PromiseWithChild<{ }>

Call Signature​

(command, options): PromiseWithChild<{ }>

Parameters​
command​

string

options​

ExecOptionsWithBufferEncoding

Returns​

PromiseWithChild<{ }>

Call Signature​

(command, options): PromiseWithChild<{ }>

Parameters​
command​

string

options​

ExecOptionsWithStringEncoding

Returns​

PromiseWithChild<{ }>

Call Signature​

(command, options): PromiseWithChild<{ }>

Parameters​
command​

string

options​

ExecOptions

Returns​

PromiseWithChild<{ }>