More fixes for iplocation v6

This commit is contained in:
Maciej Hirsz
2019-01-20 09:10:47 -08:00
parent a437c15a29
commit 6f2863a771
+1 -1
View File
@@ -18,7 +18,7 @@ declare module 'iplocation' {
}
}
function iplocation(ip: string, callback: (err: Error, result: iplocation.LocationData) => void): void;
function iplocation(ip: string, providers: any[], callback: (err: Error, result: iplocation.LocationData) => void): void;
export = iplocation;
}