UNPKG

astro

Version:

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

9 lines (8 loc) 292 B
/** * True when a module id is a propagated-assets boundary. * * @example * `/src/post.mdx?astroPropagatedAssets` stops CSS graph traversal so styles * from one content render do not bleed into unrelated pages. */ export declare function isPropagatedAssetBoundary(id: string): boolean;