UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

6 lines (5 loc) 265 B
import "@formatjs/ecma402-abstract"; import { PartitionRelativeTimePattern } from "./PartitionRelativeTimePattern.js"; export function FormatRelativeTimeToParts(rtf, value, unit, implDetails) { return PartitionRelativeTimePattern(rtf, value, unit, implDetails); }