OwlCyberSecurity - MANAGER
Edit File: parents.d.ts
/** * Collects all parent elements of a given element. * * @param node the element */ export default function parents(node: Element | null): Element[];