Files
Webklar.com/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

3 lines
211 B
TypeScript

import type { DomainLocale } from '../../../server/config-shared';
export declare function detectDomainLocale(domainItems?: DomainLocale[], hostname?: string, detectedLocale?: string): DomainLocale | undefined;