Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/deps/dom.ts>nodesAndTextNodes

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function nodesAndTextNodes
Re-export
import { nodesAndTextNodes } from "https://deno.land/x/lume@v2.2.1/deps/dom.ts";

Throws if any of the nodes are an ancestor of parentNode

Parameters

nodes: (Node | unknown)[]
parentNode: Node