Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
variable nodesAndTextNodes
Re-export
import { nodesAndTextNodes } from "https://deno.land/x/frugal@0.9.6/dep/deno_dom.ts";

Throws if any of the nodes are an ancestor of parentNode

type

(nodes: (Node | unknown)[], parentNode: Node) => unknown