Skip to main content
Module

x/evt/lib/types/lib.dom.ts>DocumentType

💧EventEmitter's typesafe replacement
Go to Latest
interface DocumentType
implements Node, ChildNode
import { type DocumentType } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

A Node containing a doctype.

Properties

readonly
name: string
readonly
publicId: string
readonly
systemId: string