Module Flow_ast.BooleanLiteralSource

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