Preparing search index...
The search index is not available
parjs
parjs
combinators
mustCapture
Function mustCapture
must
Capture
<
T
>
(
pFailure
?
)
:
ParjsCombinator
<
T
,
T
>
Applies the source parser and makes sure it captured some input.
Type Parameters
T
Parameters
Optional
pFailure
:
Partial
<
FailureInfo
>
The failure info.
Returns
ParjsCombinator
<
T
,
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Applies the source parser and makes sure it captured some input.