@shopgate/engage
Version:
Shopgate's ENGAGE library.
4 lines • 343 B
JavaScript
import{configuration}from'@shopgate/pwa-common/collections';import{IS_CONNECT_EXTENSION_ATTACHED}from'@shopgate/pwa-common/constants/Configuration';/**
* Determines if the PWA uses the new backend services
* @returns {boolean}
*/export var hasNewServices=function hasNewServices(){return!!configuration.get(IS_CONNECT_EXTENSION_ATTACHED);};