UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

11 lines (10 loc) 293 B
import RelativeTimeFormat from './'; import { shouldPolyfill } from './should-polyfill'; if (shouldPolyfill()) { Object.defineProperty(Intl, 'RelativeTimeFormat', { value: RelativeTimeFormat, writable: true, enumerable: false, configurable: true, }); }