UNPKG

@cocalc/project

Version:
6 lines (5 loc) 130 B
declare type EnvVars = { [key: string]: string; }; export declare function init(envVars?: EnvVars): Promise<void>; export {};