Preparing search index...
The search index is not available
tarsec
tarsec
ParserSuccess
Type alias ParserSuccess<T>
Parser
Success
<
T
>
:
{
nextParser
?:
Parser
<
any
>
;
rest
:
string
;
result
:
T
;
success
:
true
;
}
Represents a parse success with no captures.
Type Parameters
T
Type declaration
Optional
next
Parser
?:
Parser
<
any
>
rest
:
string
result
:
T
success
:
true
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Generated using
TypeDoc
Represents a parse success with no captures.