ts-repo-utils
Preparing search index...
functions/exec-async
ExecResult
Type Alias ExecResult<T>
ExecResult
:
Result
<
Readonly
<
{
stderr
:
T
;
stdout
:
T
}
>
,
childProcess.ExecException
,
>
Type Parameters
T
extends
string
|
Buffer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-repo-utils
Loading...