Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Intl

Index

Type aliases

DateTimeFormatPartTypes

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

LDMLPluralRule

LDMLPluralRule: "zero" | "one" | "two" | "few" | "many" | "other"

NumberFormatPartTypes

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

PluralRuleType

PluralRuleType: "cardinal" | "ordinal"

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