UNPKG

@maxmind/geoip2-node

Version:

Node.js API for GeoIP2 webservice client and database reader

9 lines (8 loc) 290 B
import { CityResponse } from '../types.js'; import * as records from '../records.js'; import City from './City.js'; export default class Insights extends City { readonly anonymizer?: records.AnonymizerRecord; constructor(response: CityResponse); private setBooleanAnonymizer; }