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'
|