UNPKG

hardhat-abi-exporter

Version:

Export Ethereum smart contract ABIs on compilation

7 lines (6 loc) 264 B
export declare function abiToTs(json: string): string; /** * Extract an ABI from a typescript file * note: this function has to support the fact that linting tools might modify the Typescript file slightly */ export declare function abiFromTs(ts: string): any;