Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/@reduxjs/toolkit/dist/query/utils/isOnline.d.ts

/**
 * Assumes a browser is online if `undefined`, otherwise makes a best effort
 * @link https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine
 */
export declare function isOnline(): boolean;
Back to Directory File Manager