UNPKG

domainlooker

Version:

🕵️ Mission-critical domain intelligence gathering tool with spy-themed interface. Comprehensive WHOIS, DNS, SSL, network analysis, subdomain discovery, and API-ready JSON exports.

7 lines 222 B
import { WhoisData } from '../types/index.js'; export declare class WhoisService { lookup(domain: string): Promise<WhoisData>; private parseWhoisData; private extractValue; } //# sourceMappingURL=whois.d.ts.map