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/pusher-js/src/core/channels/
Upload File :
Current File : //proc/thread-self/cwd/node_modules/pusher-js/src/core/channels/channel_table.ts
import Channel from './channel';

interface ChannelTable {
  [index: string]: Channel;
}

export default ChannelTable;