Files
LearnNode/node-course/node_modules/mdast-util-frontmatter/index.js
T
2026-08-06 12:00:39 +10:00

8 lines
244 B
JavaScript

/**
* @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'