UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

8 lines (7 loc) 231 B
import { DomainResponse } from 'maxmind'; export default class Domain { readonly domain?: string; ipAddress?: string; network?: string; constructor(response: DomainResponse, ipAddress?: string, network?: string); }