tg-bot-reminder/node_modules/bundle-name
2023-08-13 16:48:04 +03:00
..
index.js initial commit 2023-08-13 16:48:04 +03:00
license initial commit 2023-08-13 16:48:04 +03:00
package.json initial commit 2023-08-13 16:48:04 +03:00
readme.md initial commit 2023-08-13 16:48:04 +03:00

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'