lsync API
    Preparing search index...

    Interface CloudflareRateLimiterOptions

    interface CloudflareRateLimiterOptions {
        binding?: string;
        key?: (context: RateLimitContext) => string;
    }
    Index
    binding?: string
    key?: (context: RateLimitContext) => string