7 lines
209 B
JavaScript
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'
|