kaven-basic - v6.0.0
    Preparing search index...

    Function IsPublicIP

    • Determines whether the given IP address is a public IP address.

      An IP address is considered public if it is neither a private IP address nor a loopback address.

      Parameters

      • ip: string

        The IP address to check.

      Returns boolean

      true if the IP address is public; otherwise, false.

      4.2.4

      2023-09-02