zheng 3cabbb3159 webpack hai 18 horas
..
index.js 3cabbb3159 webpack hai 18 horas
license 3cabbb3159 webpack hai 18 horas
package.json 3cabbb3159 webpack hai 18 horas
readme.md 3cabbb3159 webpack hai 18 horas

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