UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

11 lines (10 loc) 233 B
export default class Domain { domain; ipAddress; network; constructor(response, ipAddress, network) { this.domain = response.domain; this.ipAddress = ipAddress; this.network = network; } }