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