@rws-air/utils
Version:
Utilities for rws-air libraries and applications
11 lines • 362 B
TypeScript
export declare class WindowLocationService {
static get origin(): string;
static get path(): string;
static get hash(): string;
static get search(): string;
static get host(): string;
static get href(): string;
static redirectTo(url: string): void;
private static getLocation;
}
//# sourceMappingURL=WindowLocationService.d.ts.map