elearning/Frontend-Learner/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths.d.ts
2026-01-13 10:48:02 +07:00

4 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;