UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

6 lines (5 loc) 193 B
export class NonElementParentNode extends ParentNode { getElementById(id: any): import("./parent-node.js").NodeStruct; toJSON(): any[]; } import { ParentNode } from "./parent-node.js";