DIR: /proc/1784574/cwd/node_modules/pusher-js/src/core/channels/ |
Current File : //proc/1784574/cwd/node_modules/pusher-js/src/core/channels/channel_table.ts |
import Channel from './channel'; interface ChannelTable { [index: string]: Channel; } export default ChannelTable; |