UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

12 lines (11 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Asn { constructor(response, ipAddress, network) { this.autonomousSystemNumber = response.autonomous_system_number; this.autonomousSystemOrganization = response.autonomous_system_organization; this.ipAddress = ipAddress; this.network = network; } } exports.default = Asn;