UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

3 lines (2 loc) • 120 B
import { Config, TypeChainTarget } from './types'; export declare function findTarget(config: Config): TypeChainTarget;