UNPKG

limiter.js

Version:

limiter.js is a Node.js/TypeScript library that provides simple Rate limiter protection for Express applications. It tracks requests per IP address and enforces rate limits within a sliding time window. If an IP exceeds the allowed requests, limiter.js ca

4 lines (3 loc) 109 B
export * from "./config/Config"; export * from "./core/Detector"; export * from "./middleware/expressGuard";