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

HTML

import { HTML } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
class HTML extends AbstractHTML {
constructor(strings: TemplateStringsArray, args: HTMLContent[]);
async *[Symbol.asyncIterator](): AsyncIterableIterator<string>;
}

§Extends

§
AbstractHTML
[src]

§Constructors

§
new HTML(strings: TemplateStringsArray, args: HTMLContent[])
[src]

§Methods

§
[Symbol.asyncIterator](): AsyncIterableIterator<string>
[src]