UNPKG

domainlooker

Version:

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

4 lines 267 B
import { PropagationResult } from './propagation.js'; /** Render a self-contained interactive world map + list of the propagation result. */ export declare function renderPropagationMap(result: PropagationResult): string; //# sourceMappingURL=propagation-map.d.ts.map