文件名称:app-exists:检查macOS上是否存在应用
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-20 14:24:05
JavaScript
应用程序存在
检查macOS上是否存在应用
安装
$ npm install app-exists
用法
import appExists from 'app-exists' ;
console . log ( await appExists ( 'com.sindresorhus.Gifski' ) ) ;
//=> true
console . log ( await appExists ( 'Gifski' ) ) ;
//=> true
console . log ( await appExists ( 'com.sindresorhus.UnicornCakeFun' ) ) ;
//=> false
原料药
appExists(bundleIdOrName)
返回Promise
【文件预览】:
app-exists-main
----index.test-d.ts(137B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(288B)
----license(1KB)
----index.d.ts(599B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(532B)
----readme.md(1015B)
----package.json(705B)