UNPKG

@canmertinyo/rate-limit-express

Version:

A simple rate-limiting middleware for Express.js with support for in-memory, Redis, and MongoDB storage

4 lines (3 loc) 107 B
export * from "./interfaces"; export { rateLimiter } from "./rate.limiter"; export * from "./storages";