@daiso-tech/core
Version:
The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.
16 lines • 431 B
JavaScript
/**
* @module RateLimiter
*/
import {} from "../../rate-limiter/contracts/rate-limiter.contract.js";
/**
* IMPORT_PATH: `"@daiso-tech/core/rate-limiter/contracts"`
* @group Events
*/
export const RATE_LIMITER_EVENTS = {
TRACKED_FAILURE: "TRACKED_FAILURE",
UNTRACKED_FAILURE: "UNTRACKED_FAILURE",
BLOCKED: "BLOCKED",
ALLOWED: "ALLOWED",
RESETED: "RESETED",
};
//# sourceMappingURL=rate-limiter.events.js.map