UNPKG

@xomlo/xomlo-sdk

Version:

14 lines (13 loc) 315 B
export declare const isProduction: boolean; export declare function loadEnvsProduction(): { taskId: string; containerApiUrl: string; aws: { accessKey: string; secretKey: string; bucket: string; }; }; export declare function loadEnvsDevelop(): { [key: string]: string; };