UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

14 lines (13 loc) 354 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.locateWindow = void 0; const fallbackWindow = {}; function locateWindow() { if (typeof window !== "undefined") { return window; } else if (typeof self !== "undefined") { return self; } return fallbackWindow; } exports.locateWindow = locateWindow;