mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 15:56:24 +02: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'}
Related
- default-browser-cli - CLI for this package