1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/bundle-name/readme.md
2025-08-25 17:48:13 +08:00

821 B

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'