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(e,t={}){return t.allowCodeEngines?matter(e):matter(e,SAFE_GRAY_MATTER_OPTIONS)}function hasFrontmatter(e){return matter.test(e)}export{hasFrontmatter,parseFrontmatter};