UNPKG

hardhat

Version:

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

6 lines 477 B
import type { ArgumentType, ArgumentValue } from "../../../types/arguments.js"; export declare function formatTaskId(taskId: string | string[]): string; export declare function getActorFragment(pluginId: string | undefined): string; export declare function isOptionalArgumentType(type: ArgumentType): boolean; export declare function isArgumentRequired(type: ArgumentType, defaultValue: ArgumentValue | ArgumentValue[] | undefined): boolean; //# sourceMappingURL=utils.d.ts.map