aimpress-chatbot/node_modules/bundle-name
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00
..
index.js Initial commit 2025-04-27 17:05:18 +01:00
license Initial commit 2025-04-27 17:05:18 +01:00
package.json Initial commit 2025-04-27 17:05:18 +01:00
readme.md Initial commit 2025-04-27 17:05:18 +01:00

bundle-name

Get bundle name from a bundle identifier (macOS): com.apple.SafariSafari

Install

npm install bundle-name

Usage

import bundleName from 'bundle-name';

console.log(await bundleName('com.apple.Safari'));
//=> 'Safari'