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 216 B
import type { HardhatPlugin } from "../../../types/plugins.js"; export type * from "./type-extensions.js"; declare const hardhatPlugin: HardhatPlugin; export default hardhatPlugin; //# sourceMappingURL=index.d.ts.map