@openfin/workspace-platform 19.1.4 → 19.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,5 +3,6 @@ import { BrowserInitConfig } from '../../../client-api-platform/src/shapes';
3
3
  export declare const isEnterpriseBrowser: (id?: OpenFin.Identity) => Promise<boolean>;
4
4
  export declare const isEnterpriseBrowserPlatform: (browserInitOptions?: BrowserInitConfig) => boolean;
5
5
  export declare function formatUrl(url: string): string;
6
+ export declare const getIsEnterpriseBrowser: (id?: OpenFin.Identity) => Promise<boolean>;
6
7
  export declare const getMenuWindowWidth: () => Promise<number>;
7
8
  export declare const isLandingPage: (url: string) => boolean;