UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

9 lines (8 loc) 289 B
import * as mmdb from 'maxmind'; export default class Asn { readonly autonomousSystemNumber?: number; readonly autonomousSystemOrganization?: string; ipAddress?: string; network?: string; constructor(response: mmdb.AsnResponse, ipAddress?: string, network?: string); }