zheng 3cabbb3159 webpack 19 hodín pred
..
index.js 3cabbb3159 webpack 19 hodín pred
license 3cabbb3159 webpack 19 hodín pred
package.json 3cabbb3159 webpack 19 hodín pred
readme.md 3cabbb3159 webpack 19 hodín 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