UNPKG

hardhat

Version:

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

9 lines 414 B
import type { GlobalOptionDefinition } from "../../../types/arguments.js"; /** * The `--network` global option, contributed by the network-manager plugin. * * Exported so the standalone hhu binary, which doesn't load the plugin, can * reuse the exact same definition instead of duplicating it. */ export declare const NETWORK_GLOBAL_OPTION: GlobalOptionDefinition; //# sourceMappingURL=network-option.d.ts.map