Get the default browser
npm install default-browser> Get the default browser
Works on macOS, Linux, and Windows.
``sh`
npm install default-browser
`js
import defaultBrowser from 'default-browser';
console.log(await defaultBrowser());
//=> {name: 'Safari', id: 'com.apple.Safari'}
``
- default-browser-cli - CLI for this package