FrontPastel/node_modules/dom-helpers/esm/childElements.d.ts

7 lines
156 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
/**
* Collects all child elements of an element.
*
* @param node the element
*/
export default function childElements(node: Element | null): Element[];