Files
PasswordManager/node_modules/bundle-name
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00
..
2025-11-12 10:13:24 -05:00
2025-11-12 10:13:24 -05:00
2025-11-12 10:13:24 -05:00
2025-11-12 10:13:24 -05: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'