UNPKG

@donation-alerts/events

Version:
5 lines (4 loc) 106 B
/** @internal */ export function transformChannel(channel, userId) { return `${channel}_${userId}`; }