zheng 3cabbb3159 webpack hai 19 horas
..
index.d.ts 3cabbb3159 webpack hai 19 horas
index.js 3cabbb3159 webpack hai 19 horas
license 3cabbb3159 webpack hai 19 horas
package.json 3cabbb3159 webpack hai 19 horas
readme.md 3cabbb3159 webpack hai 19 horas
windows.js 3cabbb3159 webpack hai 19 horas

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