UNPKG

@cocalc/server

Version:

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

4 lines (3 loc) 135 B
declare type Connection = any; declare const getConnection: (project_id: string) => Promise<Connection>; export default getConnection;