Variable newIntlRelativeTimeFormatConst
newIntlRelativeTimeFormat: (
this: any,
...args: [locales?: LocalesArgument, options?: RelativeTimeFormatOptions],
) => RelativeTimeFormat = ...
Type Declaration
- (
this: any,
...args: [locales?: LocalesArgument, options?: RelativeTimeFormatOptions],
): RelativeTimeFormat Parameters
- this: any
- ...args: [locales?: LocalesArgument, options?: RelativeTimeFormatOptions]
Returns RelativeTimeFormat
Memoized version of
new Intl.RelativeTimeFormat.