UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

10 lines (9 loc) 325 B
import * as mmdb from 'maxmind'; import Asn from './Asn'; export default class Isp extends Asn { readonly isp: string; readonly mobileCountryCode?: string; readonly mobileNetworkCode?: string; readonly organization: string; constructor(response: mmdb.IspResponse, ipAddress?: string, network?: string); }