UNPKG

astro-i18n-aut

Version:
5 lines 192 B
/** * @returns url without locale prefix, "/es/about" => "/about" */ export declare function getUrlWithoutLocale(url: URL | string): string; //# sourceMappingURL=getUrlWithoutLocale.d.ts.map