UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

12 lines (11 loc) 226 B
export declare class ApiLookup { country: string; countryName: string; state: string; stateName: string; cityName: string; isp: string; longitude: number; latitude: number; constructor(); }