UNPKG

domainlooker

Version:

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

8 lines 400 B
import { Ora } from 'ora'; /** Print a section heading for a block of output. */ export declare function heading(text: string): void; /** Print a heading for a single domain report. */ export declare function domainHeading(domain: string): void; export declare function createSpinner(text: string): Ora; export declare function printError(message: string): void; //# sourceMappingURL=effects.d.ts.map