UNPKG

network-mapper

Version:

Nmap wrapper for node fully coded in TypeScript.

8 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListScan = exports.NmapScan = void 0; const ListScan_1 = require("./scans/list-scan/ListScan"); Object.defineProperty(exports, "ListScan", { enumerable: true, get: function () { return ListScan_1.ListScan; } }); const NmapScan_1 = require("./scans/nmap-scan/NmapScan"); Object.defineProperty(exports, "NmapScan", { enumerable: true, get: function () { return NmapScan_1.NmapScan; } }); //# sourceMappingURL=index.js.map