UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

3 lines (2 loc) 178 B
export default function redeemVerifyEmail(email_address: string, token: string): Promise<void>; export declare function isEmailVerified(email_address: string): Promise<boolean>;