UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 295 B
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'];