UNPKG

@hocs/safe-timers

Version:

Safe timers HOCs for React and React Native

2 lines 197 B
import safeTimerFactory from './safeTimerFactory'; export default safeTimerFactory(global.requestAnimationFrame, global.cancelAnimationFrame, 'requestSafeAnimationFrame', 'withSafeAnimationFrame');