UNPKG
sinotron
Version:
latest (0.1.0-alpha)
0.1.0-alpha
0.0.3-alpha
0.0.1-dev
0.0.1-alpha
Simple framework for Typescript Electron projects
sinotron
/
dist
/
utils
/
shell-util.d.ts
5 lines
(4 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
ShellUtil
: {
isProgramInstalled
(
programName
:
string
):
boolean
;
exec
(
cmd
:
string
):
void
; };