@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
10 lines • 504 B
TypeScript
/**
* Gets or sets the environment variables from `process.env`.
*
* @param newEnvs A list of environment variables to merge into the `process.env` object
* @returns The SWA CLI environment variables from the `process.env` object
*/
export declare function swaCLIEnv(...newEnvs: SWACLIEnv[]): SWACLIEnv;
export declare function getSwaEnvList(): [string, any][];
export declare function useEnvVarOrUseDefault(env: string | undefined, defaultValue: boolean): boolean;
//# sourceMappingURL=env.d.ts.map