DIR: /proc/1784574/cwd/node_modules/pusher-js/src/runtimes/node/ |
Current File : //proc/1784574/cwd/node_modules/pusher-js/src/runtimes/node/net_info.ts |
import { default as EventsDispatcher } from 'core/events/dispatcher'; import Reachability from 'core/reachability'; export class NetInfo extends EventsDispatcher implements Reachability { isOnline(): boolean { return true; } } export var Network = new NetInfo(); |