郑柏铃 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