UNPKG

191 BJavaScriptView Raw
1import RelativeTimeFormat from './';
2Object.defineProperty(Intl, 'RelativeTimeFormat', {
3 value: RelativeTimeFormat,
4 writable: true,
5 enumerable: false,
6 configurable: true,
7});