@maxmind/geoip2-node
Version:
Node.js API for GeoIP2 webservice client and database reader
9 lines (8 loc) • 318 B
TypeScript
import * as mmdb from 'maxmind';
import AnonymousIP from './AnonymousIP';
export default class AnonymousPlus extends AnonymousIP {
anonymizerConfidence?: number;
networkLastSeen?: string;
providerName?: string;
constructor(response: mmdb.AnonymousPlusResponse, ipAddress?: string, network?: string);
}