react-timer-and-stopwatch
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -6,2 +6,3 @@ import { Timestamps, DirectionOfTime, Time } from "../types/types"; | ||
intervalRate: number; | ||
/** Whether timer should continue after finished in negative numbers */ | ||
continueAfterFinish: boolean; | ||
@@ -19,4 +20,5 @@ directionOfTime: DirectionOfTime; | ||
timeElapsed: number; | ||
/** Time left until timer is finished in milliseconds. For Stopwatch, this is always 0. */ | ||
timeLeft: number; | ||
} | ||
//# sourceMappingURL=ITimerBase.d.ts.map |
{ | ||
"name": "react-timer-and-stopwatch", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "A countdown timer and stopwatch hook for React", | ||
@@ -26,3 +26,5 @@ "license": "MIT", | ||
"react", | ||
"hook", | ||
"hooks", | ||
"react-hooks", | ||
"timer", | ||
@@ -34,3 +36,5 @@ "timers", | ||
"unix", | ||
"time" | ||
"time", | ||
"timestamp", | ||
"typescript" | ||
], | ||
@@ -37,0 +41,0 @@ "peerDependencies": { |
@@ -12,3 +12,3 @@ # React Timer and Stopwatch hook | ||
- [Customization](#customization) | ||
- [Display](#display) | ||
- [timerText](#timerText) | ||
- [Callbacks](#callbacks) | ||
@@ -15,0 +15,0 @@ - [Misc Options](#misc-options) |
Sorry, the diff of this file is not supported yet
334326
617