| 4 | import { log } from "./log"; |
| 5 | |
| 6 | export interface KumaRateLimiterOpts extends RateLimiterOpts { |
| 7 | errorMessage : string; |
| 8 | } |
| 9 | |
| 10 | export type KumaRateLimiterCallback = (err : object) => void; |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected