Files
2026-02-13 22:02:30 +01:00

5 lines
228 B
TypeScript

export declare function baseURL(): string;
export declare function buildAssetsDir(): string;
export declare function buildAssetsURL(...path: string[]): string;
export declare function publicAssetsURL(...path: string[]): string;