@bridge/utils
Module that provides common functions to developers.
Functions
openExternal
▸ openExternal(url): void
Opens a given url inside of the user's default browser.
Parameters
| Name | Type | Description |
|---|---|---|
url |
string |
Url to open in the browser. |
Returns
void