Function: isAnomalousDay()
isAnomalousDay(dayHours, thresholdHours): boolean
Defined in: src/lib/calendar/index.ts:47
Whether a single day's hours are anomalously high and should be flagged for admin review.
Parameters
dayHours
number
thresholdHours
number
Returns
boolean