app-exists:检查macOS上是否存在应用

时间:2021-04-30 20:37:25
【文件属性】:
文件名称:app-exists:检查macOS上是否存在应用
文件大小:5KB
文件格式:ZIP
更新时间:2021-04-30 20:37:25
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关于应用程序是否存在于用户系统上。 bundleIdOrName 应用程序的或名
【文件预览】:
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)

网友评论