@pushchain/core
Version:
## Overview
6 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PushChain = void 0;
const push_chain_1 = require("./push-chain/push-chain");
Object.defineProperty(exports, "PushChain", { enumerable: true, get: function () { return push_chain_1.PushChain; } });
//# sourceMappingURL=index.js.map