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

DocumentEnd

import { DocumentEnd } from "https://raw.githubusercontent.com/worker-tools/html-rewriter/master/index.ts";
class DocumentEnd {
append(content: string, options?: ContentTypeOptions): this;
}

§Methods

§
append(content: string, options?: ContentTypeOptions): this
[src]