UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

9 lines 197 B
export function getClient(config, parameters = {}) { try { return config.getClient(parameters); } catch { return undefined; } } //# sourceMappingURL=getClient.js.map