Orel MAZOR
tiny-agent
d4f5807

A newer version of the Gradio SDK is available: 5.35.0

Upgrade

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