UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

5 lines (4 loc) 257 B
export declare function shouldRedirect(frame: Window): boolean; export declare function redirect(url: string): void; export declare function getLocation(): Location | undefined; export declare function getWindow(): (Window & typeof globalThis) | undefined;