UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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