kjelsrud.dev/node_modules/hast-util-to-html/index.js

9 lines
283 B
JavaScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* @typedef {import('./lib/types.js').CharacterReferences} CharacterReferences
* @typedef {import('./lib/types.js').Options} Options
* @typedef {import('./lib/types.js').Quote} Quote
* @typedef {import('./lib/types.js').Space} Space
*/
export {toHtml} from './lib/index.js'