Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/build
index
ExecResult
Interface ExecResult
result of
exec
interface
ExecResult
{
exitCode
:
number
;
stderr
:
string
;
stdout
:
string
;
}
Index
Properties
exit
Code
stderr
stdout
Properties
exit
Code
exitCode
:
number
exit code of the command
stderr
stderr
:
string
stderr of the command
stdout
stdout
:
string
stdout of the command
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
exit
Code
stderr
stdout
Documentation - v0.0.7
Loading...
result of exec