UNPKG

@dethcrypto/eth-sdk

Version:

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

7 lines • 277 B
"use strict"; // external types for user's autocomplete in config files Object.defineProperty(exports, "__esModule", { value: true }); exports.defineConfig = void 0; const defineConfig = (config) => config; exports.defineConfig = defineConfig; //# sourceMappingURL=index.js.map