Files
Webklar.com/node_modules/dom-helpers/cjs/ownerWindow.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01: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;