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

Doctype

import { Doctype } from "https://raw.githubusercontent.com/worker-tools/html-rewriter/master/index.ts";
class Doctype {
readonly name: string | null;
readonly publicId: string | null;
readonly systemId: string | null;
}

§Properties

§
name: string | null
[src]
§
publicId: string | null
[src]
§
systemId: string | null
[src]