@toil/ip-geolocation
Version:
A library for free (and not only free) use of the ip geolocation APIs
10 lines • 311 B
TypeScript
export declare class ProviderError extends Error {
constructor(message: string);
}
export declare class NotSupportMethodError extends ProviderError {
constructor();
}
export declare class LookupError extends ProviderError {
constructor(message: string | null);
}
//# sourceMappingURL=errors.d.ts.map