UNPKG

pusher-js

Version:

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

7 lines (6 loc) 260 B
import { default as EventsDispatcher } from 'core/events/dispatcher'; import Reachability from 'core/reachability'; export declare class NetInfo extends EventsDispatcher implements Reachability { isOnline(): boolean; } export declare var Network: NetInfo;