Hex Core JS
    Preparing search index...

    Variable newIntlListFormatConst

    newIntlListFormat: (
        this: any,
        ...args: [locales?: LocalesArgument, options?: ListFormatOptions],
    ) => ListFormat = ...

    Memoized version of new Intl.ListFormat.

    Type Declaration

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

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

        Returns ListFormat