Shrey327
initial commit
a19a736

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