Update repository guidelines and README: enhance project structure documentation, clarify build and test commands, and improve API usage examples for better user understanding.

This commit is contained in:
2025-09-24 19:19:41 -04:00
parent 3429c70bd7
commit 05445ef831
3 changed files with 165 additions and 36 deletions
-1
View File
@@ -87,7 +87,6 @@ export interface LookupOptions {
customBootstrapUrl?: string; // override IANA bootstrap
// WHOIS discovery and query tuning
whoisHints?: Record<string, string>; // override/add authoritative WHOIS per TLD
maxWhoisHops?: number; // max referral hops to follow (default 2)
signal?: AbortSignal;
}