UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 128 B
import { Profile } from "./types"; export default function getProfile(account_id: string, noCache?: boolean): Promise<Profile>;