UNPKG

@cocalc/server

Version:

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

2 lines (1 loc) 120 B
export default function setPassword(account_id: string, current_password: string, new_password: string): Promise<void>;