volleyball-dev-frontend/node_modules/dom-helpers/esm/childElements.d.ts
2025-06-02 16:42:16 +00:00

7 lines
156 B
TypeScript

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