@scalar/api-client
Version:
the open source API testing client
8 lines • 339 B
TypeScript
import type { EnvVariables } from '../libs/env-helpers.js';
/** Parses the active environment variables and extracts key-value pairs. */
export declare function parseEnvVariables(activeEnvVariables: EnvVariables): {
key: string;
value: any;
source: "collection" | "global";
}[];
//# sourceMappingURL=environment-parser.d.ts.map