e 01bbba5f61 ts 10 ay önce
..
index.js 01bbba5f61 ts 10 ay önce
license 01bbba5f61 ts 10 ay önce
package.json 01bbba5f61 ts 10 ay önce
readme.md 01bbba5f61 ts 10 ay önce

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