UNPKG

@cocalc/server

Version:

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

5 lines (4 loc) 113 B
export declare function getVerifyEmail(email_address: string): Promise<{ html: string; text: string; }>;