@openfin/workspace-platform 11.0.5 → 12.0.0

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.
@@ -1483,7 +1483,7 @@ export declare type WorkspacePlatformOverrideCallback = OpenFin.OverrideCallback
1483
1483
  * @deprecated
1484
1484
  */
1485
1485
  export declare type BrowserOverrideCallback = WorkspacePlatformOverrideCallback;
1486
- /**`
1486
+ /**
1487
1487
  * Configuration for initializing a Browser.
1488
1488
  */
1489
1489
  export interface BrowserInitConfig {
@@ -136,10 +136,6 @@ export declare function forceBodySize(): void;
136
136
  */
137
137
  export declare function getBrowserWindows(): Promise<OpenFin.Window[]>;
138
138
  export declare function getModalWindows(): Promise<OpenFin.Window[]>;
139
- /**
140
- * Closes all currently open Browser windows.
141
- */
142
- export declare function closeBrowserWindows(): Promise<void>;
143
139
  /**
144
140
  * Returns true if the OpenFin window for the provided identity is running.
145
141
  * */