mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
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:
+2
-2
@@ -1,2 +1,2 @@
|
||||
export * from "./lookup";
|
||||
export * from "./types";
|
||||
export * from "./lookup.js";
|
||||
// export * from "./types.js";
|
||||
|
||||
Reference in New Issue
Block a user