Function constructIntlRelativeTimeFormat
- constructIntlRelativeTimeFormat(...constructorArguments: [locales?: string | string[], options?: RelativeTimeFormatOptions]): RelativeTimeFormat
-
Parameters
-
Rest
...constructorArguments: [locales?: string | string[], options?: RelativeTimeFormatOptions]
Returns RelativeTimeFormat
Functional alias for
new Intl.RelativeTimeFormat()
, which enables language-sensitive relative time formatting.See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat