Interface ResolvedRelativeTimeFormatOptions

An object with properties reflecting the locale and formatting options computed during initialization of the Intl.RelativeTimeFormat object

MDN.

interface ResolvedRelativeTimeFormatOptions {
    locale: string;
    numberingSystem: string;
    numeric: RelativeTimeFormatNumeric;
    style: RelativeTimeFormatStyle;
}

Properties

locale: string
numberingSystem: string