@tapjs/processinfo
GitHub
isaacs projects
Preparing search index...
child_process
spawnSync
Function spawnSync
spawnSync
(
command
:
string
)
:
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
Parameters
command
:
string
Returns
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
spawnSync
(
command
:
string
,
options
:
WithExternalID
<
SpawnSyncOptionsWithStringEncoding
>
,
)
:
SpawnSyncReturns
<
string
>
Parameters
command
:
string
options
:
WithExternalID
<
SpawnSyncOptionsWithStringEncoding
>
Returns
SpawnSyncReturns
<
string
>
spawnSync
(
command
:
string
,
options
:
WithExternalID
<
SpawnSyncOptionsWithBufferEncoding
>
,
)
:
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
Parameters
command
:
string
options
:
WithExternalID
<
SpawnSyncOptionsWithBufferEncoding
>
Returns
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
spawnSync
(
command
:
string
,
options
?:
WithExternalID
<
SpawnSyncOptions
>
,
)
:
SpawnSyncReturns
<
string
|
Buffer
<
ArrayBufferLike
>
>
Parameters
command
:
string
Optional
options
:
WithExternalID
<
SpawnSyncOptions
>
Returns
SpawnSyncReturns
<
string
|
Buffer
<
ArrayBufferLike
>
>
spawnSync
(
command
:
string
,
args
:
readonly
string
[]
,
)
:
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
Parameters
command
:
string
args
:
readonly
string
[]
Returns
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
spawnSync
(
command
:
string
,
args
:
readonly
string
[]
,
options
:
WithExternalID
<
SpawnSyncOptionsWithStringEncoding
>
,
)
:
SpawnSyncReturns
<
string
>
Parameters
command
:
string
args
:
readonly
string
[]
options
:
WithExternalID
<
SpawnSyncOptionsWithStringEncoding
>
Returns
SpawnSyncReturns
<
string
>
spawnSync
(
command
:
string
,
args
:
readonly
string
[]
,
options
:
WithExternalID
<
SpawnSyncOptionsWithBufferEncoding
>
,
)
:
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
Parameters
command
:
string
args
:
readonly
string
[]
options
:
WithExternalID
<
SpawnSyncOptionsWithBufferEncoding
>
Returns
SpawnSyncReturns
<
Buffer
<
ArrayBufferLike
>
>
spawnSync
(
command
:
string
,
args
?:
readonly
string
[]
,
options
?:
WithExternalID
<
SpawnSyncOptions
>
,
)
:
SpawnSyncReturns
<
string
|
Buffer
<
ArrayBufferLike
>
>
Parameters
command
:
string
Optional
args
:
readonly
string
[]
Optional
options
:
WithExternalID
<
SpawnSyncOptions
>
Returns
SpawnSyncReturns
<
string
|
Buffer
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
@tapjs/processinfo
Loading...