@gibme/arp
    Preparing search index...

    Variable defaultConst

    default: {
        get_gateway_ipv4: () => Promise<undefined | string>;
        get_gateway_ipv6: () => Promise<undefined | string>;
        lookup: (ip: string, separator?: string) => Promise<string>;
    } = ...

    Type declaration

    • get_gateway_ipv4: () => Promise<undefined | string>
    • get_gateway_ipv6: () => Promise<undefined | string>
    • lookup: (ip: string, separator?: string) => Promise<string>