UNPKG

@nomicfoundation/hardhat-foundry

Version:

Hardhat plugin that provides compatibility with Foundry-based projects remappings.

7 lines 262 B
import type { SolidityHooks } from "hardhat/types/hooks"; /** * Hook handler that adds Foundry remappings from `forge remappings`. */ declare const _default: () => Promise<Partial<SolidityHooks>>; export default _default; //# sourceMappingURL=solidity.d.ts.map