UNPKG

@hocs/safe-timers

Version:

Safe timers HOCs for React and React Native

4 lines 281 B
export { default as withSafeTimeout } from './withSafeTimeout'; export { default as withSafeInterval } from './withSafeInterval'; export { default as withSafeAnimationFrame } from './withSafeAnimationFrame'; export { default as withSafeIdleCallback } from './withSafeIdleCallback';