UNPKG

next

Version:

The React Framework

7 lines (6 loc) 243 B
export const detectDomainLocale = (...args)=>{ if (process.env.__NEXT_I18N_SUPPORT) { return require('../shared/lib/i18n/detect-domain-locale').detectDomainLocale(...args); } }; //# sourceMappingURL=detect-domain-locale.js.map