1
0
Fork 0
react-playground/node_modules/dom-helpers/cjs/childNodes.d.ts

6 lines
144 B
TypeScript

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