|
|
hace 2 meses | |
|---|---|---|
| .. | ||
| index.js | hace 2 meses | |
| license | hace 2 meses | |
| package.json | hace 2 meses | |
| readme.md | hace 2 meses | |
Get bundle name from a bundle identifier (macOS):
com.apple.Safari→Safari
npm install bundle-name
import bundleName from 'bundle-name';
console.log(await bundleName('com.apple.Safari'));
//=> 'Safari'