@cocalc/server
Version:
CoCalc server functionality: functions used by either the hub and the next.js server
6 lines (5 loc) • 313 B
TypeScript
import { Purpose, SoftwareEnvConfig } from "@cocalc/util/sanitize-software-envs";
/**
* A configuration for available software environments could be stored at the location of $COCALC_SOFTWARE_ENVIRONMENTS.
*/
export declare function getSoftwareEnvironments(purpose: Purpose): Promise<SoftwareEnvConfig | null>;