Files
docs/node_modules/hast-util-to-html/index.js

9 lines
283 B
JavaScript
Raw Normal View History

2025-08-27 14:05:33 +08:00
/**
* @typedef {import('./lib/index.js').CharacterReferences} CharacterReferences
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Quote} Quote
* @typedef {import('./lib/index.js').Space} Space
*/
export {toHtml} from './lib/index.js'