elearning/Frontend-Learner/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths.d.ts

5 lines
228 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export declare function baseURL(): string;
export declare function buildAssetsDir(): string;
export declare function buildAssetsURL(...path: string[]): string;
export declare function publicAssetsURL(...path: string[]): string;