UNPKG

@cocalc/project

Version:
9 lines (8 loc) 231 B
export declare function init_websocket_api(_primus: any): void; interface ExecuteOutput { stdout: string; stderr: string; exit_code: number; } export declare function exec(opts: any): Promise<ExecuteOutput>; export {};