get-domain-locale.d.ts 202 B

12
  1. import type { DomainLocale } from '../server/config';
  2. export declare function getDomainLocale(path: string, locale?: string | false, locales?: string[], domainLocales?: DomainLocale[]): string | false;