UNPKG

@werker/html

Version:

HTML templating and streaming response library for worker environments such as Cloudflare Workers

3 lines (2 loc) 170 B
export { html, css, HTML, HTMLContent, unsafeHTML, fallback } from './html'; export { HTMLResponse, BufferedHTMLResponse, CFWorkersHTMLResponse } from './html-response';