Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/dom-helpers/cjs/childNodes.d.ts

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