eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 469 B
JavaScript
import matter from"#compiled/gray-matter/index.js";function rejectJavaScriptFrontmatter(){throw Error(`JavaScript frontmatter is not supported.`)}const SAFE_GRAY_MATTER_OPTIONS={language:`yaml`,engines:{javascript:rejectJavaScriptFrontmatter,js:rejectJavaScriptFrontmatter}};function parseFrontmatter(t,n={}){return n.allowCodeEngines?matter(t):matter(t,SAFE_GRAY_MATTER_OPTIONS)}function hasFrontmatter(e){return matter.test(e)}export{hasFrontmatter,parseFrontmatter};