Variable newIntlPluralRulesConst
newIntlPluralRules: (
this: any,
...args: [locales?: LocalesArgument, options?: PluralRulesOptions],
) => PluralRules = ...
Type Declaration
- (
this: any,
...args: [locales?: LocalesArgument, options?: PluralRulesOptions],
): PluralRules Parameters
- this: any
- ...args: [locales?: LocalesArgument, options?: PluralRulesOptions]
Returns PluralRules
Memoized version of
new Intl.PluralRules.