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

7 lines
209 B
JavaScript

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