Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 821 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 821 Bytes

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