UNPKG

react-torch

Version:

A lib to server-side render with react.

6 lines (5 loc) 222 B
/** * 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: string): boolean;