Variable newIntlLocaleConst
newIntlLocale: (
this: any,
...args: [tag: string | Locale, options?: LocaleOptions],
) => Locale = ...
Type Declaration
- (this: any, ...args: [tag: string | Locale, options?: LocaleOptions]): Locale
Parameters
- this: any
- ...args: [tag: string | Locale, options?: LocaleOptions]
Returns Locale
Memoized version of
new Intl.Locale.