UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

6 lines (5 loc) 196 B
import { CityResponse } from '../types'; import City from './City'; export default class Enterprise extends City { constructor(response: CityResponse, ipAddress?: string, network?: string); }