UNPKG

pusher-js

Version:

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

9 lines (7 loc) 121 B
interface Action { action: string; id?: string; activityTimeout?: number; error?: any; } export default Action;