import { moveDocumentFragmentChildren } from "https://deno.land/x/deno_dom@v0.1.40/src/dom/utils.ts";
Sets the new parent for the children via _setParent() on all the child nodes and removes them from the DocumentFragment's childNode list.
A helper function for appendChild, etc. It should be called after the children are already pushed onto the new parent's childNodes.
Parameters
fragment: DocumentFragment
newParent: Node