UNPKG

astro

Version:

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

5 lines (4 loc) 261 B
import type { BuildInternals } from '../internal.js'; import type { AstroBuildPlugin } from '../plugin.js'; export declare function normalizeEntryId(id: string): string; export declare function pluginComponentEntry(internals: BuildInternals): AstroBuildPlugin;