site/node_modules/mdast-util-frontmatter/index.js

8 lines
244 B
JavaScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* @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'