e c507705cf8 webpack há 11 meses atrás
..
index.js c507705cf8 webpack há 11 meses atrás
license c507705cf8 webpack há 11 meses atrás
package.json c507705cf8 webpack há 11 meses atrás
readme.md c507705cf8 webpack há 11 meses atrás

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