UNPKG

@cocalc/server

Version:

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

3 lines (2 loc) 136 B
import { UserProfileCallbackOpts } from "./types"; export declare function addUserProfileCallback(opts: UserProfileCallbackOpts): void;