Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ip2location/src/ip2location.d.ts>IPTools#isIPV6

Deno module for IP2Location to lookup the geolocation information
Latest
method IPTools.prototype.isIPV6
import { IPTools } from "https://deno.land/x/ip2location@8.3.0/src/ip2location.d.ts";

Whether the IP address is an IPv6.

Parameters

myIP: string

The IP address to query.

Returns

boolean

Whether is IPv6.