Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecOptionsWithBufferEncoding
P
cwd
P
encoding
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
/
ExecOptionsWithBufferEncoding
P
cwd
P
encoding
P
env
P
gid
P
killSignal
P
maxBuffer
P
shell
P
signal
P
timeout
P
uid
P
windowsHide
interface
child_process.ExecOptionsWithBufferEncoding
interface
ExecOptionsWithBufferEncoding
cwd
?
:
string
|
URL
encoding
:
null
|
BufferEncoding
env
?
:
ProcessEnv
gid
?
:
number
killSignal
?
:
number
|
Signals
maxBuffer
?
:
number
shell
?
:
string
signal
?
:
AbortSignal
timeout
?
:
number
uid
?
:
number
windowsHide
?
:
boolean