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
/
index.js
4 lines
•
281 B
JavaScript
View Raw
1
2
3
4
export
{
default
as
withSafeTimeout }
from
'./withSafeTimeout'
;
export
{
default
as
withSafeInterval }
from
'./withSafeInterval'
;
export
{
default
as
withSafeAnimationFrame }
from
'./withSafeAnimationFrame'
;
export
{
default
as
withSafeIdleCallback }
from
'./withSafeIdleCallback'
;