UNPKG

@cocalc/project

Version:
9 lines (8 loc) 263 B
import { NamedServerName } from "@cocalc/util/types/servers"; export declare function start(name: NamedServerName): Promise<number>; export declare function status(name: string): Promise<{ status: "running"; port: number; } | { status: "stopped"; }>;