UNPKG
web-portals
Version:
latest (0.0.1)
0.0.1
web-portals
web-portals
/
dist
/
typings
/
Module
/
inject
/
smartSetTimeout.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
export
declare
const
smartSetTimeout
:
(
moduleWindow
:
Window
) =>
void
;
export
declare
const
smartSetInterval
:
(
moduleWindow
:
Window
) =>
void
;