UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

12 lines • 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypeChainTarget = void 0; class TypeChainTarget { constructor(cfg) { this.cfg = cfg; } beforeRun() { } afterRun() { } } exports.TypeChainTarget = TypeChainTarget; //# sourceMappingURL=types.js.map