Variable RelativeTimeFormat

RelativeTimeFormat: {
    supportedLocalesOf(locales?: LocalesArgument, options?: RelativeTimeFormatOptions): string[];
    new (locales?: LocalesArgument, options?: RelativeTimeFormatOptions): Intl.RelativeTimeFormat;
}

Type declaration