@pushchain/core
Version:
## Overview
11 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONSTANTS = void 0;
const enums_1 = require("./enums");
// NOTE - Only include enums & constants which need to be exported to end user.
exports.CONSTANTS = {
PUSH_NETWORK: enums_1.PUSH_NETWORK,
CHAIN: enums_1.CHAIN,
LIBRARY: enums_1.LIBRARY,
};
//# sourceMappingURL=index.js.map