Search
Preparing search index...
The search index is not available
ununknown
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"index"
boolean
Module boolean
Index
Variables
is
False
is
True
Variables
Const
is
False
is
False
:
object
= predicate("boolean")(s => !s,() => `expected false, got true`) as Parser<false, PredicateMismatchError | thing.is.TypeMismatchError>
Type declaration
run
Parser
:
function
(
o
:
O
)
:
ParseResult
<
E
,
R
>
Parameters
o:
O
Returns
ParseResult
<
E
,
R
>
Const
is
True
is
True
:
object
= predicate("boolean")(s => s,() => `expected true, got false`) as Parser<true, PredicateMismatchError | thing.is.TypeMismatchError>
Type declaration
run
Parser
:
function
(
o
:
O
)
:
ParseResult
<
E
,
R
>
Parameters
o:
O
Returns
ParseResult
<
E
,
R
>
Globals
is
False
is
True
Generated using
TypeDoc