database-petani-mobile/node_modules/dom-helpers/cjs/childNodes.d.ts
2026-02-23 16:39:35 +07: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[];