UNPKG

lml-main

Version:

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

7 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // semi colons are not permitted in pusher channel names exports.formatChannelName = function (channel) { return channel.replace(/:+/g, '-'); }; //# sourceMappingURL=utils.js.map