UNPKG

@donation-alerts/events

Version:
8 lines (7 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformChannel = transformChannel; /** @internal */ function transformChannel(channel, userId) { return `${channel}_${userId}`; }