UNPKG

astro

Version:

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

4 lines (3 loc) 193 B
import type { BuildInternals } from '../internal.js'; import type { AstroBuildPlugin } from '../plugin.js'; export declare function pluginAnalyzer(internals: BuildInternals): AstroBuildPlugin;