mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
8 lines
244 B
JavaScript
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'
|