UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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