5 lines
228 B
TypeScript
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;
|