'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * Should be called in `i18n/request.ts` to create the configuration for the current request. */ function getRequestConfig(createRequestConfig) { return createRequestConfig; } exports.default = getRequestConfig;