makearmy-app/node_modules/dom-helpers/cjs/childNodes.d.ts

7 lines
144 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
/**
* Collects all child nodes of an element.
*
* @param node the node
*/
export default function childNodes(node: Element | null): Node[];