Up
–
melange
»
Js_parser
»
Flow_ast
» BooleanLiteral
Module
Flow_ast.BooleanLiteral
type
t('M)
=
{
value: bool,
comments: option(
Syntax.t
(
'M
, unit)
),
}
;