@a11ywatch/core
Version:
a11ywatch central API
11 lines (10 loc) • 547 B
TypeScript
export { updateScanAttempt, getScanEnabled } from "./scan-attempt";
export { toggleAlert } from "./alerts";
export { verifyUser } from "./verify";
export { forgotPassword } from "./forgot-password";
export { confirmEmail } from "./confirm-email";
export { unsubscribeEmails } from "./unsubscribe-emails";
export { resetPassword } from "./reset-password";
export { validateEmail } from "./validate-email";
export { cancelSubscription, addPaymentSubscription, downgradeStripeUserValues, } from "./payments";
export { runUserChecks } from "./reset";