Preparing search index...
The search index is not available
parjs
parjs
index
ParjsProjection
Interface ParjsProjection<T, TOut>
A projection on the parser result and the parser state.
interface
ParjsProjection
<
T
,
TOut
>
(
(
value
,
userState
)
=>
TOut
)
Type Parameters
T
TOut
Parjs
Projection
(
value
,
userState
)
:
TOut
Parameters
value
:
T
userState
:
UserState
Returns
TOut
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
A projection on the parser result and the parser state.