UNPKG

ipes

Version:

Find the user ip infos, country information and more...

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; }