@lzwme/fe-utils
Preparing search index...
index
execSync
Function execSync
execSync
(
cmd
:
string
,
stdio
?:
StdioOptions
,
cwd
?:
string
,
debug
?:
boolean
,
options
?:
ExecSyncOptions
,
)
:
{
error
:
Error
;
stderr
:
string
;
stdout
:
string
}
Parameters
cmd
:
string
Optional
stdio
:
StdioOptions
cwd
:
string
= ...
debug
:
boolean
= false
options
:
ExecSyncOptions
= {}
Returns
{
error
:
Error
;
stderr
:
string
;
stdout
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lzwme/fe-utils
Loading...