File size: 2,315 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export { canCurrentUserAddEmail } from './can-current-user-add-email';
export { isDomainAndEmailSubscriptionsOwnedByDifferentUsers } from './is-domain-and-email-subscriptions-owned-by-different-users';
export { canRedirect } from './can-redirect';
export { checkAuthCode } from './check-auth-code';
export { checkDomainAvailability } from './check-domain-availability';
export { checkInboundTransferStatus } from './check-inbound-transfer-status';
export { getAvailableTlds } from './get-available-tlds';
export { getCurrentUserCannotAddEmailReason } from './get-current-user-cannot-add-email-reason';
export { getDomainPrice } from './get-domain-price';
export { getDomainProductSlug } from './get-domain-product-slug';
export { getDomainSalePrice } from './get-domain-sale-price';
export { getDomainSuggestionSearch } from './get-domain-suggestion-search';
export { getDomainTransferSalePrice } from './get-domain-transfer-sale-price';
export { getDomainTypeText } from './get-domain-type-text';
export { getFixedDomainSearch } from './get-fixed-domain-search';
export { getPrimaryDomain } from './get-primary-domain';
export { getSelectedDomain } from './get-selection-domain';
export { getTld } from './get-tld';
export { getTopLevelOfTld } from './get-top-level-of-tld';
export { getUnformattedDomainPrice } from './get-unformatted-domain-price';
export { getUnformattedDomainSalePrice } from './get-unformatted-domain-sale-price';
export { isDomainUpdateable } from './is-domain-updateable';
export { isDomainInGracePeriod } from './is-domain-in-grace-period';
export { isHstsRequired } from './is-hsts-required';
export { isDotGayNoticeRequired } from './is-dot-gay-notice-required';
export { isSubdomain } from './is-subdomain';
export {
	getMappedDomains,
	hasMappedDomain,
	isMappedDomain,
	isMappedDomainWithWpcomNameservers,
} from './mapped-domains';
export { getRegisteredDomains, isFreeUrlDomain, isRegisteredDomain } from './registered-domains';
export { resendIcannVerification } from './resend-icann-verification';
export { resolveDomainStatus } from './resolve-domain-status';
export { startInboundTransfer } from './start-inbound-transfer';
export { getTransferredInDomains, isTransferredInDomain } from './transferred-domains';
export { extractDomainFromInput } from './get-domain-from-input';