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 214 B
import { TaskIdentifier } from "../../../types"; export declare function parseTaskIdentifier(taskIdentifier: TaskIdentifier): { scope: string | undefined; task: string; }; //# sourceMappingURL=util.d.ts.map