UNPKG

@wagmi/cli

Version:

Manage and generate code from Ethereum ABIs

5 lines 256 B
export { defineConfig, type Config, type ContractConfig, type Plugin, } from '../config.js'; export * as logger from '../logger.js'; export { loadEnv } from '../utils/loadEnv.js'; export { version } from '../version.js'; //# sourceMappingURL=index.d.ts.map