UNPKG

relative-time-format

Version:

A convenient Intl.RelativeTimeFormat polyfill

9 lines (7 loc) 454 B
'use strict' // This file is deprecated. // It's the same as `index.cjs`, just with an added `.js` file extension. // It only exists for compatibility with the software that doesn't like `*.cjs` file extension. // https://gitlab.com/catamphetamine/libphonenumber-js/-/issues/61#note_950728292 exports = module.exports = require('./commonjs/RelativeTimeFormat.js').default exports['default'] = require('./commonjs/RelativeTimeFormat.js').default