default: {
get_gateway_ipv4: () => Promise<string | undefined>;
get_gateway_ipv6: () => Promise<string | undefined>;
lookup: (ip: string, separator?: string) => Promise<string>;
} = ...
Type Declaration
get_gateway_ipv4: () => Promise<string | undefined>
get_gateway_ipv6: () => Promise<string | undefined>
lookup: (ip: string, separator?: string) => Promise<string>
Retrieves the system gateway (default route) ipv4 address