📄 parents.d.ts
/home/palash/git/site/node_modules/dom-helpers/cjs/parents.d.ts
Language: ts • Lines: 6
/**
 * Collects all parent elements of a given element.
 *
 * @param node the element
 */
export default function parents(node: Element | null): Element[];