UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 249 B
import fetchFavorites from "./fetchFavorites"; /** * Get favorites action. * @param {boolean} ignoreCache Ignores cache when true * @returns {Promise|undefined} * @deprecated */ const getFavorites = fetchFavorites; export default getFavorites;