$ gnpm install bundle-name
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'
Copyright 2013 - present © cnpmjs.org | Home |