UNPKG

257 BTypeScriptView Raw
1export declare function shouldRedirect(frame: Window): boolean;
2export declare function redirect(url: string): void;
3export declare function getLocation(): Location | undefined;
4export declare function getWindow(): (Window & typeof globalThis) | undefined;