Js_parser.Enum_common
type explicit_type =
| Boolean
| Number
| String
| Symbol
| BigInt
;
let compare_explicit_type: explicit_type => explicit_type => int;
let string_of_explicit_type: explicit_type => string;