bpms_site/.svn/pristine/e2/e2cf729f9ba137ccaa42d99e561123dbd21e76e1.svn-base
2025-11-02 16:38:49 +03:30

3 lines
211 B
Plaintext

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