block end calculation (#1683)

This commit is contained in:
Alex Christoffer Rasmussen
2025-07-13 17:01:21 +02:00
committed by Carlos Valente
parent e811a82be2
commit e9dda817e5
15 changed files with 474 additions and 376 deletions
+2
View File
@@ -74,6 +74,8 @@ export { validateEndAction, validateTimerType } from './src/validate-events/vali
// feature business logic
export { calculateTimeUntilStart } from './src/date-utils/calculateTimeUntilStart.js';
// feature business logic - rundown
export { checkIsNow } from './src/date-utils/checkIsNow.js';
export { checkIsNextDay } from './src/date-utils/checkIsNextDay.js';