@suluk/hono - v0.1.5
    Preparing search index...

    Interface RateLimitConsumeOptions

    interface RateLimitConsumeOptions {
        maxRequests: number;
        windowMs: number;
        now: number;
    }
    Index

    Properties

    maxRequests: number
    windowMs: number
    now: number

    the current epoch-ms, supplied by the middleware (the single clock owner).