@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
9 lines • 514 B
TypeScript
/// <reference types="node" />
import ProcessEnv = NodeJS.ProcessEnv;
import { BuidlerArguments, BuidlerParamDefinitions } from "../../../types";
export declare function paramNameToEnvVariable(paramName: string): string;
export declare function getEnvVariablesMap(buidlerArguments: BuidlerArguments): {
[envVar: string]: string;
};
export declare function getEnvBuidlerArguments(paramDefinitions: BuidlerParamDefinitions, envVariables: ProcessEnv): BuidlerArguments;
//# sourceMappingURL=env-variables.d.ts.map