UNPKG

@openmrs/esm-api

Version:

The javascript module for interacting with the OpenMRS API

6 lines (4 loc) 177 B
import type {} from '@openmrs/esm-globals'; export function isDevEnabled() { return window.spaEnv === 'development' || localStorage.getItem('openmrs:devtools') === 'true'; }