UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

8 lines 477 B
import { HardhatArguments } from "../../types"; export declare function runScript(scriptPath: string, scriptArgs?: string[], extraNodeArgs?: string[], extraEnvVars?: { [name: string]: string; }): Promise<number>; export declare function runScriptWithHardhat(hardhatArguments: HardhatArguments, scriptPath: string, scriptArgs?: string[], extraNodeArgs?: string[], extraEnvVars?: { [name: string]: string; }): Promise<number>; //# sourceMappingURL=scripts-runner.d.ts.map