Files
dealplustech/dealplustech-astro/node_modules/astro/dist/assets/utils/getAssetsPrefix.d.ts
2026-03-02 12:35:14 +07:00

3 lines
162 B
TypeScript

import type { AssetsPrefix } from '../../core/app/types.js';
export declare function getAssetsPrefix(fileExtension: string, assetsPrefix?: AssetsPrefix): string;