UNPKG

pusher-js

Version:

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

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