HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/devs.lapieza.net/node_modules/pusher-js/src/core/
Upload File :
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;