UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

7 lines (6 loc) 166 B
/** * Retrieves the public IP address of the current machine. * * @see https://checkip.amazonaws.com */ export declare function getInternetIp(): Promise<string>;