UNPKG

@grace-js/grace

Version:

An opinionated API framework

9 lines 283 B
import { GracePlugin } from "./plugin.js"; export interface RateLimitOptions { windowMs: number; max: number; message?: string; statusCode?: number; } export declare const rateLimit: (options: RateLimitOptions) => GracePlugin; //# sourceMappingURL=rate-limit.d.ts.map