xep-whois
Version:
A lightweight WHOIS client
10 lines • 836 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.batchWhois = exports.whois = exports.tcpWhois = exports.WhoIsParser = exports.ProxyType = void 0;
const whois_1 = require("./src/whois");
Object.defineProperty(exports, "ProxyType", { enumerable: true, get: function () { return whois_1.ProxyType; } });
Object.defineProperty(exports, "WhoIsParser", { enumerable: true, get: function () { return whois_1.WhoIsParser; } });
Object.defineProperty(exports, "batchWhois", { enumerable: true, get: function () { return whois_1.batchWhois; } });
Object.defineProperty(exports, "tcpWhois", { enumerable: true, get: function () { return whois_1.tcpWhois; } });
Object.defineProperty(exports, "whois", { enumerable: true, get: function () { return whois_1.whois; } });
//# sourceMappingURL=index.js.map