UNPKG

find-user-country

Version:

Find your user country

13 lines (12 loc) 225 B
export interface IpInfoType { ip: string; hostname: string; city: string; region: string; country: string; loc: string; org: string; postal: string; timezone: string; readme: string; }