open-browser.d.ts 402 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
/**
 * Copyright (c) 2015-present, Facebook, Inc.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Reads the BROWSER environment variable and decides what to do with it. Returns
 * true if it opened a browser or ran a node.js script, otherwise false.
 */
export declare function openBrowser(url: any): boolean;