UNPKG

astro

Version:

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

10 lines (9 loc) 319 B
export declare const ASTRO_INCREMENTAL_META_KEY = "astroIncremental"; export declare function createContentDataIncrementalMetadata(): { astroIncremental: { kind: string; }; }; export declare function isContentDataIncrementalModule(info: { meta?: Record<string, any>; } | null | undefined): boolean;