UNPKG

astro

Version:

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

4 lines (3 loc) 352 B
import type { AstroSettings, ManifestData } from '../../types/astro.js'; export declare function injectImageEndpoint(settings: AstroSettings, manifest: ManifestData, mode: 'dev' | 'build', cwd?: string): void; export declare function ensureImageEndpointRoute(settings: AstroSettings, manifest: ManifestData, mode: 'dev' | 'build', cwd?: string): void;