UNPKG

@canmertinyo/rate-limiter-memcached

Version:

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

13 lines (12 loc) 253 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }