Function: holidayBalance()
holidayBalance(capHours, usedHours): number | null
Defined in: src/lib/leave/index.ts:12
Remaining holiday hours for the year, or null when the contractor has no cap configured.
Parameters
capHours
number | null
usedHours
number
Returns
number | null