UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

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