UNPKG

react-timer-hook

Version:

React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.

4 lines (3 loc) 135 B
declare const SECOND_INTERVAL = 1000; declare const PRECISION_COUNTER_LIMIT = 5; export { SECOND_INTERVAL, PRECISION_COUNTER_LIMIT, };