UNPKG

hardhat-abi-exporter

Version:

Export Ethereum smart contract ABIs on compilation

4 lines (3 loc) 150 B
import { AbiExporterConfigEntry } from '../types.js'; declare const config: Omit<AbiExporterConfigEntry, 'format' | 'rename'>; export default config;