UNPKG

pusher-js

Version:

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

9 lines (6 loc) 180 B
import Timeline from '../timeline/timeline'; interface TransportConnectionOptions { timeline: Timeline; activityTimeout: number; } export default TransportConnectionOptions;