UNPKG

@wagmi/cli

Version:

Manage and generate code from Ethereum ABIs

15 lines (11 loc) 359 B
// biome-ignore lint/performance/noBarrelFile: entrypoint module export { defineConfig, type Config, type ContractConfig, type Plugin, } from '../config.js' // biome-ignore lint/performance/noReExportAll: entrypoint module export * as logger from '../logger.js' export { loadEnv } from '../utils/loadEnv.js' export { version } from '../version.js'