Up
–
melange
»
Js_parser
»
Flow_ast
»
Literal
» RegExp
Module
Literal.RegExp
type
t
=
{
pattern: string,
flags: string,
}
;