UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

4 lines (3 loc) 146 B
// semi colons are not permitted in pusher channel names export const formatChannelName = (channel: string) => channel.replace(/:+/g, '-')