UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 172 B
export default function sendPasswordResetEmail(email_address: string, // target email_address of user who will receive the password reset email id: string): Promise<void>;