UNPKG

@cocalc/server

Version:

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

9 lines (8 loc) 238 B
interface Options { project_id: string; mesg: any; sendResponse: (any: any) => void; } export default function handleQuery(opts: Options): void; export declare function cancelAll(project_id: string): Promise<void>; export {};