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) 106 B
export * from "./in-memory.storage"; export * from "./mongo.storage"; export * from "./redis.storage";