Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/dom.ts>nodesAndTextNodes

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

Throws if any of the nodes are an ancestor of parentNode

Parameters

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