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.

5 lines (4 loc) 146 B
export default class Validate { static expiryTimestamp(expiryTimestamp: Date): boolean; static onExpire(onExpire: () => void): boolean; }