Oles 41a6703537 Init hace 1 mes
..
index.js 41a6703537 Init hace 1 mes
license 41a6703537 Init hace 1 mes
package.json 41a6703537 Init hace 1 mes
readme.md 41a6703537 Init hace 1 mes

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