first commit
This commit is contained in:
6
node_modules/dom-helpers/cjs/ownerWindow.d.ts
generated
vendored
Normal file
6
node_modules/dom-helpers/cjs/ownerWindow.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Returns the owner window of a given element.
|
||||
*
|
||||
* @param node the element
|
||||
*/
|
||||
export default function ownerWindow(node?: Element): Window;
|
||||
Reference in New Issue
Block a user