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

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

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

Converts an IP number to IPv6 address.

Parameters

ipNum: string

The IP address to convert.

Returns

string

The IPv6 address.