UNPKG

laravel-echo

Version:

Laravel Echo library for beautiful Pusher and Socket.IO integration

11 lines (10 loc) 317 B
import { NullChannel } from './null-channel'; /** * This class represents a null private channel. */ export declare class NullEncryptedPrivateChannel extends NullChannel { /** * Send a whisper event to other clients in the channel. */ whisper(_eventName: string, _data: Record<any, any>): this; }