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) 201 B
import { requireNapiRsModule } from "../../../common/napi-rs"; const { ReturnData } = requireNapiRsModule( "@nomicfoundation/edr" ) as typeof import("@nomicfoundation/edr"); export { ReturnData };