UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

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