UNPKG

@ton3/liteclient

Version:
6 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.integerToIP = void 0; const integerToIP = (ip) => [(ip >> 24) & 255, (ip >> 16) & 255, (ip >> 8) & 255, ip & 255].join('.'); exports.integerToIP = integerToIP; //# sourceMappingURL=integerToIP.js.map