UNPKG

express-limiter-pro

Version:

A TypeScript library for safe display and sanitization to prevent XSS attacks.

3 lines (2 loc) 122 B
import { RateLimitConfig } from '../types/types'; export declare const rateLimitConfigs: Record<string, RateLimitConfig>;