Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/dom-helpers/esm/parents.d.ts

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