UNPKG
zrw-timing
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
定时操作
zrw-timing
/
es2017
/
index.d.ts
7 lines
(6 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
app
:
any
,
dialog
:
any
;
declare
const
exec
:
any
;
declare
function
restart
(
):
void
;
declare
function
powerOff
(
):
void
;
declare
function
timingRestart
(
time
:
any
):
void
;
declare
function
timingShutdown
(
time
:
any
):
void
;