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