DoctypeHTML document type. interface Doctype extends UnistNode {data?: DoctypeData | undefined;type: "doctype";}§Extends§UnistNode[src]§Properties§data?: DoctypeData | undefined[src]Data associated with the doctype. §type: "doctype"[src]Node type of HTML document types in hast.