mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
11 lines
360 B
JavaScript
11 lines
360 B
JavaScript
/**
|
|
* @typedef {import('hast-util-from-parse5')} DoNotTouchItRegistersData
|
|
*
|
|
* @typedef {import('./lib/index.js').ErrorCode} ErrorCode
|
|
* @typedef {import('./lib/index.js').ErrorSeverity} ErrorSeverity
|
|
* @typedef {import('./lib/index.js').OnError} OnError
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {fromHtml} from './lib/index.js'
|