Variable newIntlListFormatConst
newIntlListFormat: (
this: any,
...args: [locales?: LocalesArgument, options?: ListFormatOptions],
) => ListFormat = ...
Type Declaration
- (
this: any,
...args: [locales?: LocalesArgument, options?: ListFormatOptions],
): ListFormat Parameters
- this: any
- ...args: [locales?: LocalesArgument, options?: ListFormatOptions]
Returns ListFormat
Memoized version of
new Intl.ListFormat.