UNPKG

hardhat-abi-exporter

Version:

Export Ethereum smart contract ABIs on compilation

5 lines (4 loc) 213 B
import type { NewTaskActionFunction } from 'hardhat/types/tasks'; type ClearAbiActionArguments = Record<string, never>; declare const action: NewTaskActionFunction<ClearAbiActionArguments>; export default action;