Rulvar API reference / @rulvar/core / windowRefund
Function: windowRefund()
ts
function windowRefund(state, amount): SlidingWindowState;Defined in: packages/core/src/admission/algorithms.ts:127
Refunds into the head slot; never below zero across the ring.
Parameters
| Parameter | Type |
|---|---|
state | SlidingWindowState |
amount | number |