UNPKG

@shopgate/engage

Version:
5 lines 227 B
/** * Selects the app rating information. * @param {Object} state The current state. * @returns {Object} The app rating information. */export var getAppRatingState=function getAppRatingState(state){return state.appRating;};