module type Shared = sig ... endclass type intl = object ... endval intl : intl Js_of_ocaml.Js.tval collator_constr : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> Collator.options Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> Collator.t Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval dateTimeFormat_constr : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> DateTimeFormat.options Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> DateTimeFormat.t Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval numberFormat_constr : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> NumberFormat.options Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> NumberFormat.t Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval pluralRules_constr : (Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> PluralRules.options Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef -> PluralRules.t Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval is_supported : unit -> bool