Interface ResolvedRelativeTimeFormatOptions
interface ResolvedRelativeTimeFormatOptions {
locale: string;
numberingSystem: string;
numeric: RelativeTimeFormatNumeric;
style: RelativeTimeFormatStyle;
}
locale: string;
numberingSystem: string;
numeric: RelativeTimeFormatNumeric;
style: RelativeTimeFormatStyle;
}
An object with properties reflecting the locale and formatting options computed during initialization of the
Intl.RelativeTimeFormat
objectMDN.