export type ID = BigInt | number | string; export type { DOMParser, } from "https://denopkg.dev/gh/Ruthenic/deno-dom@master/src/dom/dom-parser.ts"; export type { Element, } from "https://denopkg.dev/gh/Ruthenic/deno-dom@master/src/dom/element.ts"; export type { HTMLDocument, } from "https://denopkg.dev/gh/Ruthenic/deno-dom@master/src/dom/document.ts";