Preparing search index...
The search index is not available
parjs
parjs
combinators
mapConst
Function mapConst
map
Const
<
T
>
(
result
)
:
ParjsCombinator
<
unknown
,
T
>
Applies the source parser and yields the constant value
result
.
Type Parameters
T
Parameters
result
:
T
The constant value to yield.
Returns
ParjsCombinator
<
unknown
,
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Applies the source parser and yields the constant value
result
.