You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The locale matching algorithm to use. For information about this option, see [Intl page](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_negotiation). */
90
-
localeMatcher?: RelativeTimeFormatLocaleMatcher;
90
+
localeMatcher?: LocaleMatcher;
91
91
/** The format of output message. */
92
92
numeric?: RelativeTimeFormatNumeric;
93
93
/** The length of the internationalized message. */
0 commit comments