UNPKG
@hocs/safe-timers
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Safe timers HOCs for React and React Native
github.com/deepsweet/hocs
deepsweet/hocs
@hocs/safe-timers
/
build
/
browser-esm
/
withSafeTimeout.js
2 lines
•
160 B
JavaScript
View Raw
1
2
import
safeTimerFactory
from
'./safeTimerFactory'
;
export
default
safeTimerFactory
(
global
.
setTimeout
,
global
.
clearTimeout
,
'setSafeTimeout'
,
'withSafeTimeout'
);