/** Rate limit event name */ export const RATE_LIMIT = 'rate_limit'; /** Debuging requests */ export const REQUEST = 'requests'; /** When a sweep expected */ export const SWEEP = 'sweep'; /** Simple debug */ export const DEBUG = 'debug';