UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 197 B
export { parseFrontmatter, hasFrontmatter } from './parseFrontmatter.js'; export type { FrontmatterAttributes } from './parseFrontmatter.js'; export type { FrontMatterResult } from 'front-matter';