isOnline.d.ts 216 B

12345
  1. /**
  2. * Assumes a browser is online if `undefined`, otherwise makes a best effort
  3. * @link https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine
  4. */
  5. export declare function isOnline(): boolean;