| Current Path : /home/emeraadmin/public_html/node_modules/dom-helpers/esm/ |
| Current File : /home/emeraadmin/public_html/node_modules/dom-helpers/esm/childNodes.d.ts |
/** * Collects all child nodes of an element. * * @param node the node */ export default function childNodes(node: Element | null): Node[];