UNPKG

@cocalc/project

Version:
5 lines (4 loc) 233 B
import { NamedServerName } from "@cocalc/util/types/servers"; declare type CommandFunction = (ip: string, port: number, basePath: string) => string; export default function getSpec(name: NamedServerName): CommandFunction; export {};