UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

7 lines (6 loc) 252 B
/** * Opens the specified `url` in the user's default browser. * @param url URL to open. * @returns `Promise` resolved when the request to open the `url` has been sent to Stream Deck. */ export declare function openUrl(url: string): Promise<void>;