UNPKG

@openmrs/esm-utils

Version:
6 lines (4 loc) 160 B
import type {} from '@openmrs/esm-globals'; export function isOnline(online?: boolean) { return window.offlineEnabled ? online ?? navigator.onLine : true; }