e 01bbba5f61 ts 10 mesiacov pred
..
index.js 01bbba5f61 ts 10 mesiacov pred
license 01bbba5f61 ts 10 mesiacov pred
package.json 01bbba5f61 ts 10 mesiacov pred
readme.md 01bbba5f61 ts 10 mesiacov pred

readme.md

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'

Related