UNPKG

nestjs-cluster-throttle

Version:

Enterprise-grade rate limiting module for NestJS with Redis support, multiple strategies, and cluster mode

9 lines 390 B
import { GeoLocationProvider, GeoLocationResult } from '../interfaces/geo-location.interface'; export declare class InternalGeoProvider implements GeoLocationProvider { private readonly ipRanges; constructor(); lookup(ip: string): Promise<GeoLocationResult | null>; private ipToNumber; private initializeBasicRanges; } //# sourceMappingURL=internal-geo.provider.d.ts.map