UNPKG

hardhat

Version:

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

4 lines 280 B
import type { LastParameter } from "../../../types/utils.js"; import { spawn as nodeSpawn } from "node:child_process"; export declare function spawn(command: string, args: string[], options: LastParameter<typeof nodeSpawn>): Promise<void>; //# sourceMappingURL=subprocess.d.ts.map