UNPKG

pusher-js

Version:

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

8 lines (5 loc) 173 B
import { default as EventsDispatcher } from './events/dispatcher'; interface Reachability extends EventsDispatcher { isOnline(): boolean; } export default Reachability;