Hex Core JS
    Preparing search index...

    Variable newIntlNumberFormatConst

    newIntlNumberFormat: (
        this: any,
        ...args: [locales?: LocalesArgument, options?: NumberFormatOptions],
    ) => NumberFormat = ...

    Memoized version of new Intl.NumberFormat.

    Type Declaration

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

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

        Returns NumberFormat