Skip to content

Interface: MaxmindReader

A type representing the MaxMind database reader instance, which is a wrapper around the Reader class from the maxmind package, but with the response type inferred based on the specified edition in the configuration.

Extends

  • Reader<CountryResponse | CityResponse>