@node-dlc/core
Version:
7 lines • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShortChannelId = void 0;
// Re-export ShortChannelId from common package to maintain backward compatibility
var common_1 = require("@node-dlc/common");
Object.defineProperty(exports, "ShortChannelId", { enumerable: true, get: function () { return common_1.ShortChannelId; } });
//# sourceMappingURL=ShortChannelId.js.map