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

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

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

Converts binary string representation into IPv6.

Parameters

myBin: string

The binary string representation to convert.

Returns

string

The IPv6 address.