UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

7 lines (6 loc) 185 B
/** * @implements globalThis.HTMLHeadElement */ export class HTMLHeadElement extends HTMLElement implements globalThis.HTMLHeadElement { } import { HTMLElement } from "./element.js";