Files

3 lines
202 B
TypeScript
Raw Permalink Normal View History

2022-12-27 12:05:56 +01:00
import type { DomainLocale } from '../server/config';
export declare function getDomainLocale(path: string, locale?: string | false, locales?: string[], domainLocales?: DomainLocale[]): string | false;