郑柏铃 8ea30b386c webpack 10 ay önce
..
index.d.ts 8ea30b386c webpack 10 ay önce
index.js 8ea30b386c webpack 10 ay önce
license 8ea30b386c webpack 10 ay önce
package.json 8ea30b386c webpack 10 ay önce
readme.md 8ea30b386c webpack 10 ay önce
windows.js 8ea30b386c webpack 10 ay önce

readme.md

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