You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LAPTOP-S9HJSOEB\昊天 8001cd7178 第一次上传 3 months ago
..
index.js 第一次上传 3 months ago
license 第一次上传 3 months ago
package.json 第一次上传 3 months ago
readme.md 第一次上传 3 months ago

readme.md

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'