UNPKG

@shelchin/svelte-i18n

Version:

The last Svelte i18n library you'll ever need. Type-safe, AI-powered, zero-config.

10 lines (9 loc) 301 B
/** * Get the base path for the application * This handles various deployment scenarios including GitHub Pages */ export declare function getAppBasePath(): string; /** * Build a full URL for a static asset, accounting for base path */ export declare function buildAssetUrl(path: string): string;