Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/dom-helpers/esm/childElements.d.ts

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