e c507705cf8 webpack 11 ay önce
..
index.d.ts c507705cf8 webpack 11 ay önce
index.js c507705cf8 webpack 11 ay önce
license c507705cf8 webpack 11 ay önce
package.json c507705cf8 webpack 11 ay önce
readme.md c507705cf8 webpack 11 ay önce
windows.js c507705cf8 webpack 11 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