UNPKG

389 BJavaScriptView Raw
1/* jshint node:true */
2
3'use strict';
4
5var IntlRelativeFormat = require('./dist').default;
6
7// Re-export `IntlRelativeFormat` as the CommonJS default exports with all the
8// locale data registered, and with English set as the default locale. Define
9// the `default` prop for use with other compiled ES6 Modules.
10exports = module.exports = IntlRelativeFormat;
11exports['default'] = exports;