e c507705cf8 webpack 11 mesiacov pred
..
index.js c507705cf8 webpack 11 mesiacov pred
license c507705cf8 webpack 11 mesiacov pred
package.json c507705cf8 webpack 11 mesiacov pred
readme.md c507705cf8 webpack 11 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