UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

5 lines (4 loc) 305 B
import { type RelativeTimeFormatInternal } from "@formatjs/ecma402-abstract"; export declare function FormatRelativeTime(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, implDetails: { getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal; }): string;