Files
est-frame/node_modules/mdast-util-frontmatter/index.js
2025-10-22 05:38:27 +00:00

8 lines
244 B
JavaScript
Executable File

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