Interface WhoIsResponse

Response returned from whois function. Contains the raw text from WhoIs server and parsed/fornatted WhoIs data (if parsed is true)

Hierarchy

  • WhoIsResponse

Properties

Properties

_raw: string

Raw text response from WhoIs server

parsedData: any

Parsed/Formatted key-value pairs of the response (if parsed is true)

Generated using TypeDoc