Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export { getEmailAddress } from './get-email-address';
export { getEmailForwardAddress } from './get-email-forward-address';
export { hasGoogleAccountTOSWarning } from './has-google-account-t-o-s-warning';
export { hasIntroductoryOffer } from './has-introductory-offer';
export { hasIntroductoryOfferFreeTrial } from './has-introductory-offer-free-trial';
export { hasPaidEmailWithUs } from './has-paid-email-with-us';
export { hasUnusedMailboxWarning } from './has-unused-mailbox-warning';
export { hasUnverifiedEmailForward } from './has-unverified-email-forward';
export { isEmailForward } from './is-email-forward';
export { isEmailForwardAccount } from './is-email-forward-account';
export { isEmailForwardVerified } from './is-email-forward-verified';
export { isEmailUserAdmin } from './is-email-user-admin';
export { isGoogleEmailAccount } from './is-google-email-account';
export { isTitanMailAccount } from './is-titan-mail-account';
export { canAddMailboxesToEmailSubscription } from './can-add-mailboxes-to-email-subscription';