UNPKG

@shopgate/engage

Version:
4 lines 355 B
import{main$}from'@shopgate/pwa-common/streams';import{SUCCESS_REGISTRATION}from"../constants/actionTypes";/** * Gets triggered when registration was successful via the shopgate.user.register pipeline * @type {Observable} */export var registrationSuccess$=main$.filter(function(_ref){var action=_ref.action;return action.type===SUCCESS_REGISTRATION;});