UNPKG

128 BTypeScriptView Raw
1/**
2 * Returns all public IPv4 addresses from all network interfaces.
3 */
4export declare function getIPv4Addresses(): string[];