UNPKG
application-monitor
Version:
latest (0.1.1)
0.1.1
0.1.0
My new module
test.com
application-monitor
/
src
/
index.ts
11 lines
(7 loc)
•
250 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
ApplicationMonitorModule
from
'./ApplicationMonitorModule'
;
export
function
runShellScript
(
) {
return
ApplicationMonitorModule
.
runShellScript
(); }
export
function
stopShellScript
(
) {
return
ApplicationMonitorModule
.
stopShellScript
(); }