micromark-extension-directive/dev/index.js
2021-06-08 17:11:42 +02:00

7 lines
201 B
JavaScript

/**
* @typedef {import('./lib/html.js').Handle} Handle
* @typedef {import('./lib/html.js').Options} Options
*/
export {directive} from './lib/syntax.js'
export {directiveHtml} from './lib/html.js'