five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
17 lines • 744 B
TypeScript
/**
* @author Yannick Deubel (https://github.com/yandeu)
* @copyright Copyright (c) 2021 Yannick Deubel
* @license {@link https://github.com/yandeu/five-server/blob/main/LICENSE LICENSE}
*/
export declare class OpenBrowser {
_open: any;
constructor(_open: any);
private _o;
private launchDefaultBrowser;
private open;
private launchBrowser;
/** Launch a new browser window. */
openBrowser(openURL: string, path?: string | boolean | string[] | null | undefined, browser?: string | string[]): Promise<void>;
}
export declare const openBrowser: (openURL: string, path?: string | boolean | string[] | null | undefined, browser?: string | string[]) => Promise<void>;
//# sourceMappingURL=openBrowser.d.ts.map