郑柏铃 8ab83f9df6 学习 10 ay önce
..
index.d.ts 8ab83f9df6 学习 10 ay önce
index.js 8ab83f9df6 学习 10 ay önce
license 8ab83f9df6 学习 10 ay önce
package.json 8ab83f9df6 学习 10 ay önce
readme.md 8ab83f9df6 学习 10 ay önce
windows.js 8ab83f9df6 学习 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