UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

11 lines (10 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ConnectionType { constructor(response, ipAddress, network) { this.connectionType = response.connection_type; this.ipAddress = ipAddress; this.network = network; } } exports.default = ConnectionType;