UNPKG

@matthewp/linkedom

Version:

A triple-linked lists based DOM implementation

8 lines (7 loc) 266 B
/** * @implements globalThis.DocumentFragment */ export class DocumentFragment extends NonElementParentNode implements globalThis.DocumentFragment { constructor(ownerDocument: any); } import { NonElementParentNode } from "../mixin/non-element-parent-node.js";