UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

5 lines (4 loc) 347 B
import { type RelativeTimeFormatInternal } from "@formatjs/ecma402-abstract"; export declare function PartitionRelativeTimePattern(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, { getInternalSlots }: { getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal; }): Intl.RelativeTimeFormatPart[];