UNPKG

@dethcrypto/eth-sdk

Version:

🛠 Generate type-safe, lightweight SDK for your Ethereum smart contracts

9 lines (8 loc) • 282 B
import { EthSdkCliArgs } from '../parseArgs'; import { Fs } from '../peripherals/fs'; /** * @param args - arguments passed to the CLI * @param fs - file system fasade * @returns path to config file */ export declare function findConfigFile(args: EthSdkCliArgs, fs: Fs): string;