@formatjs/intl-relativetimeformat
Version:
Formats JavaScript dates to relative time strings.
5 lines (4 loc) • 346 B
TypeScript
import { 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[];