UNPKG

next

Version:

The React Framework

3 lines (2 loc) 220 B
import type { DomainLocale } from '../server/config'; export declare function getDomainLocale(path: string, locale?: string | false, locales?: readonly string[], domainLocales?: readonly DomainLocale[]): string | false;