UNPKG

hardhat-gas-reporter

Version:
7 lines 280 B
import { HardhatUserConfig } from "hardhat/types"; import { GasReporterOptions } from "../types"; /** * Sets default reporter options */ export declare function getDefaultOptions(userConfig: Readonly<HardhatUserConfig>): GasReporterOptions; //# sourceMappingURL=options.d.ts.map