Gogs df670eaa27 first commit il y a 3 semaines
..
index.js df670eaa27 first commit il y a 3 semaines
license df670eaa27 first commit il y a 3 semaines
package.json df670eaa27 first commit il y a 3 semaines
readme.md df670eaa27 first commit il y a 3 semaines

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