UNPKG

@shopgate/engage

Version:
1 lines 588 B
import{main$}from'@shopgate/pwa-common/streams';import{REQUEST_CORE_CONFIG,RECEIVE_CORE_CONFIG,ERROR_CORE_CONFIG}from"./config.constants";/** @type {Observable} */export var requestCoreConfig$=main$.filter(function(_ref){var action=_ref.action;return action.type===REQUEST_CORE_CONFIG;});/** @type {Observable} */export var receiveCoreConfig$=main$.filter(function(_ref2){var action=_ref2.action;return action.type===RECEIVE_CORE_CONFIG;});/** @type {Observable} */export var errorCoreConfig$=main$.filter(function(_ref3){var action=_ref3.action;return action.type===ERROR_CORE_CONFIG;});