UNPKG

@toil/ip-geolocation

Version:

A library for free (and not only free) use of the ip geolocation APIs

5 lines (4 loc) 232 B
export * as ClientType from "./client.js"; export * as BaseProviderType from "./providers/base.js"; export * as FreeIPAPIProviderType from "./providers/freeipapi.js"; export * as IPAPIComProviderType from "./providers/ipapicom.js";