UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

5 lines (4 loc) 249 B
// Type-only circular import // eslint-disable-next-line import/no-cycle import { type RelativeTimeFormatInternal } from "@formatjs/ecma402-abstract"; export default function getInternalSlots(x: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;