DIR: /var/www/devs.lapieza.net/node_modules/pusher-js/src/core/ |
Current File : //var/www/devs.lapieza.net/node_modules/pusher-js/src/core/reachability.ts |
import { default as EventsDispatcher } from './events/dispatcher'; interface Reachability extends EventsDispatcher { isOnline(): boolean; } export default Reachability; |