peberminta - v0.10.0
docs
github
npm
deno
Preparing search index...
core
Match
Type Alias Match<TValue>
Matched (successful) result from a
Parser
/
Matcher
.
type
Match
<
TValue
>
=
{
matched
:
true
;
position
:
number
;
value
:
TValue
;
}
Type Parameters
TValue
Index
Properties
matched
position
value
Properties
matched
matched
:
true
position
position
:
number
Parser position after this match.
value
value
:
TValue
Matched value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
matched
position
value
docs
github
npm
deno
peberminta - v0.10.0
Loading...
Matched (successful) result from a Parser/Matcher.