frontend
Preparing search index...
utils/cli/commandParserBase
parseIntArg
Function parseIntArg
parseIntArg
(
args
:
string
[]
,
index
:
number
,
)
:
{
value
:
number
}
|
{
error
:
string
}
Parse a single integer argument at the given index.
Parameters
args
:
string
[]
index
:
number
Returns
{
value
:
number
}
|
{
error
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a single integer argument at the given index.