@suluk/cloudflare - v0.4.0
    Preparing search index...

    Interface RateLimitStore

    Matches @suluk/hono's RateLimitStore (structural — satisfies enforceRateLimit's store without a package dep).

    interface RateLimitStore {
        consume(key: string, opts: ConsumeOptions): Promise<ConsumeResult>;
    }
    Index

    Methods

    Methods