class DocumentFragment extends Nodeimport { DocumentFragment } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/dom.ts"; ConstructorsnewDocumentFragment()PropertiesreadonlychildElementCount: numberreadonlychildren: HTMLCollectionreadonlyfirstElementChild: Element | nullreadonlylastElementChild: Element | nullMethods_shallowClone(): DocumentFragmentappend(...nodes: (Node | string)[])getElementById(id: string): Element | nullprepend(...nodes: (Node | string)[])querySelector(selectors: string): Element | nullquerySelectorAll(selectors: string): NodeListreplaceChildren(...nodes: (Node | string)[])import DocumentFragmentimport { DocumentFragment } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/dom.ts";