e 01bbba5f61 ts 10 ماه پیش
..
index.js 01bbba5f61 ts 10 ماه پیش
license 01bbba5f61 ts 10 ماه پیش
package.json 01bbba5f61 ts 10 ماه پیش
readme.md 01bbba5f61 ts 10 ماه پیش

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