Module Js_parser.Enum_common

type explicit_type =
  1. | Boolean
  2. | Number
  3. | String
  4. | Symbol
val compare_explicit_type : explicit_type -> explicit_type -> int
val string_of_explicit_type : explicit_type -> string