UNPKG

ts-rate-limiter

Version:

High-performance, flexible rate limiting for TypeScript and Bun

6 lines (5 loc) 292 B
import type { RateLimiterConfig } from './types'; export declare function getConfig(): Promise<RateLimiterConfig>; export declare const defaultConfig: RateLimiterConfig; // For backwards compatibility - synchronous access with default fallback export declare const config: RateLimiterConfig;