database-petani-mobile/node_modules/dom-helpers/esm/parents.d.ts
2026-02-23 16:39:35 +07:00

7 lines
156 B
TypeScript

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