Mohammad Asif cf937194cb Removed un-waned things 1. | пре 5 месеци | |
---|---|---|
.. | ||
index.js | пре 5 месеци | |
license | пре 5 месеци | |
package.json | пре 5 месеци | |
readme.md | пре 5 месеци |
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'