UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

5 lines (4 loc) 228 B
import { PartitionRelativeTimePattern } from './PartitionRelativeTimePattern'; export function FormatRelativeTimeToParts(rtf, value, unit, implDetails) { return PartitionRelativeTimePattern(rtf, value, unit, implDetails); }