Files
chinese-family-tree-2/node_modules/.pnpm/dom-helpers@5.2.1/node_modules/dom-helpers/cjs/ownerWindow.d.ts
T
freedakgmail 43c8389705 0.0.0.1
2025-11-22 19:52:55 +08:00

7 lines
147 B
TypeScript

/**
* Returns the owner window of a given element.
*
* @param node the element
*/
export default function ownerWindow(node?: Element): Window;