Repository URL to install this package:
|
Version:
5.0.0-rc.11 ▾
|
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _commonjsHelpers = require('../../_virtual/_commonjsHelpers.js');
var main = require('./lib/main.js');
require('./lib/locales.js');
var intlRelativeformat = _commonjsHelpers.createCommonjsModule(function (module, exports) {
var IntlRelativeFormat = main.default['default'];
// Add all locale data to `IntlRelativeFormat`. This module will be ignored when
// bundling for the browser with Browserify/Webpack.
// Re-export `IntlRelativeFormat` as the CommonJS default exports with all the
// locale data registered, and with English set as the default locale. Define
// the `default` prop for use with other compiled ES6 Modules.
exports = module.exports = IntlRelativeFormat;
exports['default'] = exports;
});
exports.__moduleExports = intlRelativeformat;
exports.default = intlRelativeformat;
//# sourceMappingURL=index.js.map