UNPKG

343 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.HostType = void 0;
4var HostType;
5(function (HostType) {
6 HostType["domain"] = "domain";
7 HostType["socket"] = "socket";
8 HostType["IPv4"] = "IPv4";
9 HostType["IPv6"] = "IPv6";
10})(HostType = exports.HostType || (exports.HostType = {}));