@authereum/zos
Version:
Command-line interface for the ZeppelinOS smart contract platform
10 lines • 401 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const NetworkController_1 = __importDefault(require("./NetworkController"));
exports.default = {
NetworkController: NetworkController_1.default,
};
//# sourceMappingURL=index.js.map