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 304 B
import type { NewTaskActionFunction } from "../../../types/tasks.js"; interface RunActionArguments { script: string; noCompile: boolean; } declare const runScriptWithHardhat: NewTaskActionFunction<RunActionArguments>; export default runScriptWithHardhat; //# sourceMappingURL=task-action.d.ts.map