UNPKG

@formatjs/intl-relativetimeformat

Version:

Formats JavaScript dates to relative time strings.

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