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