Mohammad Asif cf937194cb Removed un-waned things 1. | il y a 6 mois | |
---|---|---|
.. | ||
index.js | il y a 6 mois | |
license | il y a 6 mois | |
package.json | il y a 6 mois | |
readme.md | il y a 6 mois |
Get the bundle identifier of the default browser (macOS)\ Example:
com.apple.Safari
$ npm install default-browser-id
import defaultBrowserId from 'default-browser-id';
console.log(await defaultBrowserId());
//=> 'com.apple.Safari'