Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/imports/happy_dom.ts>IDocumentType

Work-in-progress front-end tool which does put a smile on my face
Latest
interface IDocumentType
implements INode
Re-export
import { type IDocumentType } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

DocumentType.

Properties

name: string
publicId: string
systemId: string

Methods

cloneNode(deep: boolean): IDocumentType

Clones a node.