UNPKG

hardhat

Version:

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

8 lines (5 loc) 200 B
import { requireNapiRsModule } from "../../../../common/napi-rs"; const { ExitCode } = requireNapiRsModule( "@nomicfoundation/edr" ) as typeof import("@nomicfoundation/edr"); export { ExitCode };