UNPKG

astro

Version:

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

8 lines (7 loc) 195 B
const HEAD_INJECT_COMMENT_EXP = /(?:^\/\/|\/\/!)\s*astro-head-inject/; function hasHeadInjectComment(source) { return HEAD_INJECT_COMMENT_EXP.test(source); } export { hasHeadInjectComment };