mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
11 lines
216 B
JavaScript
11 lines
216 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {
|
|
defaultFootnoteBackContent,
|
|
defaultFootnoteBackLabel,
|
|
defaultHandlers
|
|
} from 'mdast-util-to-hast'
|
|
export {default} from './lib/index.js'
|