UNPKG

domainlooker

Version:

A fast CLI and MCP server for inspecting domains: WHOIS/RDAP, DNS, SSL, ports, subdomains, with CSV/JSON export.

12 lines 371 B
import { DomainInfo } from '../types/index.js'; export declare class CSVExportService { private csvData; constructor(); addDomain(domainInfo: DomainInfo): void; private assessThreats; private getThreatLevel; private escapeCSV; exportToFile(filename: string): Promise<void>; getRowCount(): number; } //# sourceMappingURL=csv-export.d.ts.map