Hex Core JS
    Preparing search index...

    Variable newIntlPluralRulesConst

    newIntlPluralRules: (
        this: any,
        ...args: [locales?: LocalesArgument, options?: PluralRulesOptions],
    ) => PluralRules = ...

    Memoized version of new Intl.PluralRules.

    Type Declaration

      • (
            this: any,
            ...args: [locales?: LocalesArgument, options?: PluralRulesOptions],
        ): PluralRules
      • Parameters

        • this: any
        • ...args: [locales?: LocalesArgument, options?: PluralRulesOptions]

        Returns PluralRules