8 lines
267 B
JavaScript
8 lines
267 B
JavaScript
/**
|
|
* @typedef {import('./lib/html.js').Directive} Directive
|
|
* @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'
|