UNPKG

astro

Version:

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

8 lines (7 loc) 254 B
/** * Returns true when source contains the `astro-head-inject` marker comment. * * @example * `//! astro-head-inject` in a helper module marks parent importers as `in-tree`. */ export declare function hasHeadInjectComment(source: string): boolean;