UNPKG

pusher-js

Version:

Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers

9 lines (8 loc) 285 B
import EventsDispatcher from 'core/events/dispatcher'; import Reachability from 'core/reachability'; export declare class NetInfo extends EventsDispatcher implements Reachability { online: boolean; constructor(); isOnline(): boolean; } export declare var Network: NetInfo;