mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
9 lines
283 B
JavaScript
9 lines
283 B
JavaScript
/**
|
|
* @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'
|