childElements.d.ts 156 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 /** * Collects all child elements of an element. * * @param node the element */ export default function childElements(node: Element | null): Element[];