@serenity-js/rest
Version:
Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios
9 lines • 340 B
TypeScript
export declare class EnvironmentVariables {
private readonly env;
constructor(env?: NodeJS.ProcessEnv);
isSet(name: string): boolean;
get(name: string): string | undefined;
find(name: string): string | undefined;
findFirst(...names: string[]): string | undefined;
}
//# sourceMappingURL=EnvironmentVariables.d.ts.map