UNPKG

pusher-js

Version:

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

7 lines (5 loc) 81 B
interface Callback { fn: Function; context: any; } export default Callback;