Module

x/lume/deps/dom.ts>DocumentType

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class DocumentType
extends Node
import { DocumentType } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/dom.ts";

Constructors

new
DocumentType(
name: string,
publicId: string,
systemId: string,
key: CTOR_KEY,
)

Properties

readonly
name: string
readonly
publicId: string
readonly
systemId: string
import DocumentType
import { DocumentType } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/dom.ts";