Files
Housekeeping-web-admin/node_modules/dom-helpers/cjs/childNodes.d.ts
T
2026-06-24 09:48:54 +02:00

7 lines
144 B
TypeScript

/**
* Collects all child nodes of an element.
*
* @param node the node
*/
export default function childNodes(node: Element | null): Node[];