tg-bot-reminder/node_modules/default-browser
2023-08-13 16:48:04 +03:00
..
index.d.ts initial commit 2023-08-13 16:48:04 +03:00
index.js initial commit 2023-08-13 16:48:04 +03:00
license initial commit 2023-08-13 16:48:04 +03:00
package.json initial commit 2023-08-13 16:48:04 +03:00
readme.md initial commit 2023-08-13 16:48:04 +03:00
windows.js initial commit 2023-08-13 16:48:04 +03:00

default-browser

Get the default browser

Works on macOS, Linux, and Windows.

Install

npm install default-browser

Usage

import defaultBrowser from 'default-browser';

console.log(await defaultBrowser());
//=> {name: 'Safari', id: 'com.apple.Safari'}