detect-domain-locale.d.ts 211 B

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