Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Converts an IPv6 address to IP number.

Parameters

myIP: string

The IP address to convert.

Returns

any

The IP number in a BigInteger object.