📄 childNodes.d.ts
/home/palash/git/site/node_modules/dom-helpers/esm/childNodes.d.ts
Language: ts • Lines: 6
/**
 * Collects all child nodes of an element.
 *
 * @param node the node
 */
export default function childNodes(node: Element | null): Node[];