semblance-dev/node_modules/dom-helpers/cjs/childElements.d.ts
2025-08-04 09:07:59 -05:00

6 lines
156 B
TypeScript

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