UNPKG

139 BTypeScriptView Raw
1export declare function normalizeLocalePath(pathname: string, locales?: string[]): {
2 detectedLocale?: string;
3 pathname: string;
4};