郑柏铃 8ab83f9df6 学习 10 сар өмнө
..
index.d.ts 8ab83f9df6 学习 10 сар өмнө
index.js 8ab83f9df6 学习 10 сар өмнө
license 8ab83f9df6 学习 10 сар өмнө
package.json 8ab83f9df6 学习 10 сар өмнө
readme.md 8ab83f9df6 学习 10 сар өмнө
windows.js 8ab83f9df6 学习 10 сар өмнө

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