Files
dealplustech/dealplustech-astro/node_modules/astro/dist/vite-plugin-astro/metadata.d.ts
2026-03-02 12:35:14 +07:00

5 lines
295 B
TypeScript

import type { ModuleInfo } from '../core/module-loader/index.js';
import type { PluginMetadata } from './types.js';
export declare function getAstroMetadata(modInfo: ModuleInfo): PluginMetadata['astro'] | undefined;
export declare function createDefaultAstroMetadata(): PluginMetadata['astro'];