UNPKG

network-mapper

Version:

Nmap wrapper for node fully coded in TypeScript.

9 lines (8 loc) 205 B
import Host from '../../misc/Host'; export default interface NmapScanResponse { version?: string; timestamp?: Date; nmapArguments?: string; duration?: number; hosts?: Host[]; }