Skip to content

vue-i18n / general / IntlNumberFormats

Type Alias: IntlNumberFormats<Schema, Locales>

ts
type IntlNumberFormats<Schema, Locales> = LocaleRecord<UnionToTuple<Locales>, Schema>;

Type Parameters

Type ParameterDefault type
SchemaIntlNumberFormat
LocalesLocale

Released under the MIT License.