UNPKG

@cocalc/backend

Version:

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

3 lines (2 loc) 150 B
export declare function envToInt(name: string, fallback: number): number; export declare function envToFloat(name: string, fallback: number): number;