5 lines
214 B
TypeScript
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'
|