UNPKG

@cocalc/project

Version:
6 lines (5 loc) 219 B
import { ProjectInfoServer } from "./server"; export declare function get_ProjectInfoServer(): ProjectInfoServer; export declare function project_info_ws(primus: any, logger: { debug: Function; }): Promise<string>;