aimpress-chatbot/node_modules/default-browser
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00
..
index.d.ts Initial commit 2025-04-27 17:05:18 +01:00
index.js Initial commit 2025-04-27 17:05:18 +01:00
license Initial commit 2025-04-27 17:05:18 +01:00
package.json Initial commit 2025-04-27 17:05:18 +01:00
readme.md Initial commit 2025-04-27 17:05:18 +01:00
windows.js Initial commit 2025-04-27 17:05:18 +01: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'}