Metzploreur/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

6 lines
248 B
TypeScript

/**
* Locates the global scope for a browser or browser-like environment. If
* neither `window` nor `self` is defined by the environment, the same object
* will be returned on each invocation.
*/
export declare function locateWindow(): Window;