Defined in: react-pacer/src/rate-limiter/useRateLimiter.ts:13
TFn extends AnyFunction
TSelected = { }
optional onUnmount: (rateLimiter) => void;
Defined in: react-pacer/src/rate-limiter/useRateLimiter.ts:21
Optional callback invoked when the component unmounts. Receives the rate limiter instance. When provided, replaces the default cleanup; use it to call reset(), add logging, etc.
ReactRateLimiter<TFn, TSelected>
void