UNPKG

astro-i18n-aut

Version:
13 lines 253 B
/** * @returns locale key * @example * ```ts * getLocale("/es/about") // "es" * ``` * @example * ```ts * getLocale("/about") // "en" * ``` */ export declare function getLocale(url: URL | string): string; //# sourceMappingURL=getLocale.d.ts.map