Flow_ast.RegExpLiteral
type 'M t = {
pattern : string;
flags : string;
raw : string;
comments : ('M, unit) Syntax.t option;
}
val pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
val show : (Format.formatter -> 'M -> unit) -> 'M t -> string