UNPKG

@openmrs/esm-api

Version:

The javascript module for interacting with the OpenMRS API

4 lines (3 loc) 134 B
export function isDevEnabled() { return window.spaEnv === 'development' || localStorage.getItem('openmrs:devtools') === 'true'; }