@camunda8/sdk
Version:
[](https://www.npmjs.com/package/@camunda8/sdk)
12 lines (11 loc) • 363 B
TypeScript
declare function wipeEnv(): void;
/** Store all env vars, then wipe them in the environment */
declare function storeEnv(): void;
/** Restore all env vars, and wipe storage */
declare function restoreEnv(): void;
export declare const EnvironmentSetup: {
wipeEnv: typeof wipeEnv;
storeEnv: typeof storeEnv;
restoreEnv: typeof restoreEnv;
};
export {};