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