Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as html from "https://raw.githubusercontent.com/worker-tools/html/master/index.ts";

§Classes

AbstractHTML abstract
BufferedHTMLResponse

If for any reason you don't want to use streaming response bodies, you can use this class instead, which will buffer the entire body before releasing it to the network. Note that headers will still be sent immediately.

Fallback
HTML
HTMLResponse

TBD

UnsafeHTML

§Functions

css
fallback
html
js
unsafeHTML

§Type Aliases

HTMLContent
HTMLContentStatic
Renderable
Unpackable