UNPKG

@replyke/express

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

3 lines (2 loc) 178 B
import { StringValue } from "ms"; export declare const rateLimiter: (window: StringValue, max: number, message?: string) => import("express-rate-limit").RateLimitRequestHandler;