UNPKG

@soketi/soketi-js

Version:

Laravel Echo extension that works with Soketi, a Laravel-ready WebSockets service.

11 lines (10 loc) 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NullPrivateChannel = void 0; const null_channel_1 = require("./null-channel"); class NullPrivateChannel extends null_channel_1.NullChannel { whisper(eventName, data) { return this; } } exports.NullPrivateChannel = NullPrivateChannel;