UNPKG

156 BTypeScriptView Raw
1/**
2 * Collects all parent elements of a given element.
3 *
4 * @param node the element
5 */
6export default function parents(node: Element | null): Element[];