Function whois

  • Collect WhoIs data for the mentioned domain. Parse the reveived response if parse is true, accordingly.

    Parameters

    • domain: string

      Domain name

    • parse: boolean = false

      Whether the raw text needs to be parsed/formatted or not

    • options: null | WhoIsOptions = null

    Returns Promise<WhoIsResponse>

    WhoIsResponse

Generated using TypeDoc