Files
khalijpay-agent/node_modules/dom-helpers/cjs/childNodes.d.ts
2026-01-01 21:35:03 +03:30

7 lines
144 B
TypeScript

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