Get bundle identifier from a bundle name (macOS): `Safari` → `com.apple.Safari`
npm install bundle-id> Get bundle identifier from a bundle name (macOS): Safari → com.apple.Safari
```
$ npm install bundle-id
`js
import {bundleId} from 'bundle-id';
console.log(await bundleId('Safari'));
//=> 'com.apple.Safari'
`
Returns a Promise with the bundle ID.
Returns a string` with the bundle ID.
- bundle-id-cli - CLI for this module
- bundle-name - Get bundle name from a bundle identifier