UNPKG

pusher-js

Version:

Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers

8 lines (5 loc) 119 B
import Channel from './channel'; interface ChannelTable { [index: string]: Channel; } export default ChannelTable;