Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Intl

Index

Type aliases

DateTimeFormatPartTypes

DateTimeFormatPartTypes: "day" | "dayPeriod" | "era" | "hour" | "literal" | "minute" | "month" | "second" | "timeZoneName" | "weekday" | "year"

NumberFormatPartTypes

NumberFormatPartTypes: "currency" | "decimal" | "fraction" | "group" | "infinity" | "integer" | "literal" | "minusSign" | "nan" | "plusSign" | "percentSign"

Variables

Collator

Collator: { constructor: any; supportedLocalesOf: any }

Type declaration

  • constructor: function
    • Parameters

      Returns Collator

  • supportedLocalesOf: function
    • supportedLocalesOf(locales: string | string[], options?: CollatorOptions): string[]
    • Parameters

      Returns string[]

DateTimeFormat

DateTimeFormat: { constructor: any; supportedLocalesOf: any }

Type declaration

NumberFormat

NumberFormat: { constructor: any; supportedLocalesOf: any }

Type declaration

Const PluralRules

PluralRules: { constructor: any; supportedLocalesOf: any }

Type declaration