UNPKG

@shopgate/engage

Version:
4 lines 179 B
import appConfig from'@shopgate/pwa-common/helpers/config';/** * Whether the beta features are enabled. * @returns {boolean} */export function isBeta(){return!!appConfig.beta;}