zheng c04a112d75 webpack пре 1 месец
..
index.js c04a112d75 webpack пре 1 месец
license c04a112d75 webpack пре 1 месец
package.json c04a112d75 webpack пре 1 месец
readme.md c04a112d75 webpack пре 1 месец

readme.md

default-browser-id

Get the bundle identifier of the default browser (macOS)\ Example: com.apple.Safari

Install

npm install default-browser-id

Usage

import defaultBrowserId from 'default-browser-id';

console.log(await defaultBrowserId());
//=> 'com.apple.Safari'