Update exports in index.ts to include .js extensions, add centralized WHOIS server fallbacks for TLDs in whois-fallbacks.ts, and integrate fallbacks into the ianaWhoisServerForTld function in whois.ts for improved error handling.

This commit is contained in:
2025-09-24 16:53:12 -04:00
parent a788b0147a
commit 43fa2a12c7
3 changed files with 94 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
export * from "./lookup";
export * from "./types";
export * from "./lookup.js";
// export * from "./types.js";