Orel MAZOR
tiny-agent
d4f5807
|
Raw
History Blame Contribute Delete
821 Bytes

A newer version of the Gradio SDK is available: 6.22.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