We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a823499 + 929da54 commit cc30e55Copy full SHA for cc30e55
1 file changed
src/ipdata.ts
@@ -135,7 +135,7 @@ export interface LookupResponse {
135
status: number;
136
}
137
138
-export default class IPData {
+export class IPData {
139
apiKey: string;
140
baseUrl: string;
141
cache: LRUCache<string, LookupResponse>;
@@ -255,3 +255,5 @@ export default class IPData {
255
return responses;
256
257
258
+
259
+export default IPData;
0 commit comments