index.js 215 B

1234567
  1. /**
  2. * @typedef {import('./lib/html.js').Handle} Handle
  3. * @typedef {import('./lib/html.js').HtmlOptions} HtmlOptions
  4. */
  5. export { directiveHtml } from './lib/html.js';
  6. export { directive } from './lib/syntax.js';