Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecOptions
P
cwd
P
env
P
gid
P
killSignal
P
maxBuffer
P
shell
P
signal
P
timeout
P
uid
P
windowsHide
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecOptions
P
cwd
P
env
P
gid
P
killSignal
P
maxBuffer
P
shell
P
signal
P
timeout
P
uid
P
windowsHide
interface
child_process.ExecOptions
interface
ExecOptions
cwd
?
:
string
|
URL
env
?
:
ProcessEnv
gid
?
:
number
killSignal
?
:
number
|
Signals
maxBuffer
?
:
number
shell
?
:
string
signal
?
:
AbortSignal
timeout
?
:
number
uid
?
:
number
windowsHide
?
:
boolean