@tapjs/processinfo
GitHub
isaacs projects
Preparing search index...
child_process
execSync
Function execSync
execSync
(
command
:
string
)
:
Buffer
Parameters
command
:
string
Returns
Buffer
execSync
(
command
:
string
,
options
:
WithExternalID
<
ExecSyncOptionsWithStringEncoding
>
,
)
:
string
Parameters
command
:
string
options
:
WithExternalID
<
ExecSyncOptionsWithStringEncoding
>
Returns
string
execSync
(
command
:
string
,
options
:
WithExternalID
<
ExecSyncOptionsWithBufferEncoding
>
,
)
:
Buffer
Parameters
command
:
string
options
:
WithExternalID
<
ExecSyncOptionsWithBufferEncoding
>
Returns
Buffer
execSync
(
command
:
string
,
options
?:
WithExternalID
<
ExecSyncOptions
>
,
)
:
string
|
Buffer
<
ArrayBufferLike
>
Parameters
command
:
string
Optional
options
:
WithExternalID
<
ExecSyncOptions
>
Returns
string
|
Buffer
<
ArrayBufferLike
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
@tapjs/processinfo
Loading...