Module Js_of_ocaml__.Intl

module type Shared = sig ... end
module Collator : sig ... end
module DateTimeFormat : sig ... end
module NumberFormat : sig ... end
module PluralRules : sig ... end
class type intl = object ... end
val intl : intl Js_of_ocaml.Js.t
val 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.constr
val 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.constr
val 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.constr
val 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.constr
val is_supported : unit -> bool