zheng 3cabbb3159 webpack пре 19 часа
..
index.d.ts 3cabbb3159 webpack пре 19 часа
index.js 3cabbb3159 webpack пре 19 часа
license 3cabbb3159 webpack пре 19 часа
package.json 3cabbb3159 webpack пре 19 часа
readme.md 3cabbb3159 webpack пре 19 часа
windows.js 3cabbb3159 webpack пре 19 часа

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