import { ElementType } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { ElementType } = ElementType;
Type for the root element of a document
import { ElementType } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { ElementType } = ElementType;
Tests whether an element is a tag or not.
Parameters
elem: { type: ElementType; }
Element to test