mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Update getDomainParts to allow passing options to tldts.parse().
This commit is contained in:
+6
-1
@@ -118,5 +118,10 @@ export async function isRegistered(
|
||||
return res.record.isRegistered === true;
|
||||
}
|
||||
|
||||
export { toRegistrableDomain } from "./lib/domain";
|
||||
export {
|
||||
getDomainParts,
|
||||
getDomainTld,
|
||||
isLikelyDomain,
|
||||
toRegistrableDomain,
|
||||
} from "./lib/domain";
|
||||
export type * from "./types";
|
||||
|
||||
Reference in New Issue
Block a user