UNPKG

@sectester/repeater

Version:

Package for managing repeaters, which are mandatory for scanning targets on a local network.

8 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Protocol = void 0; var Protocol; (function (Protocol) { Protocol["HTTP"] = "http"; })(Protocol || (exports.Protocol = Protocol = {})); //# sourceMappingURL=Protocol.js.map