UNPKG

@cocalc/backend

Version:

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

9 lines (8 loc) 377 B
export declare function getUid(project_id: string): number; export { contains_url } from "@cocalc/util/misc"; export declare function is_valid_username(str: string): string | undefined; export declare function process_env_int(name: string, fallback: number): number; export declare function envForSpawn(): { [x: string]: string | undefined; TZ?: string | undefined; };