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 197 B
import { getHardhatVersion } from "../utils/package.js"; export async function printVersionMessage(print = console.log) { print(await getHardhatVersion()); } //# sourceMappingURL=version.js.map