UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 174 B
export default function getName(account_id: string): Promise<string | undefined>; export declare function getNameByEmail(email_address: string): Promise<string | undefined>;