郑柏铃 8ab83f9df6 学习 10 mesiacov pred
..
index.js 8ab83f9df6 学习 10 mesiacov pred
license 8ab83f9df6 学习 10 mesiacov pred
package.json 8ab83f9df6 学习 10 mesiacov pred
readme.md 8ab83f9df6 学习 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