Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

5 lines
214 B
TypeScript

export {default} from './lib/index.js'
export type Options = import('./lib/index.js').Options
export type Processor = import('./lib/index.js').Processor
export {defaultHandlers, all, one} from 'mdast-util-to-hast'