Module Flow_ast.BooleanLiteral

type 'M t = {
  1. value : bool;
  2. comments : ('M, unit) Syntax.t option;
}