UNPKG

hardhat

Version:

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

5 lines 151 B
export interface Dependencies { [name: string]: string; } export type PackageManager = "npm" | "yarn" | "pnpm"; //# sourceMappingURL=types.d.ts.map