UNPKG

mdast-util-frontmatter

Version:

mdast extension to parse and serialize frontmatter (YAML, TOML, etc)

8 lines (6 loc) 244 B
/** * @typedef {import('./lib/index.js').Options} Options * @typedef {import('./lib/index.js').Matter} Matter * @typedef {import('./lib/index.js').Info} Info */ export {frontmatterFromMarkdown, frontmatterToMarkdown} from './lib/index.js'