migros-api-wrapper
Version:
Making the api of migros more accessible to the public.
12 lines • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.productDisplay = void 0;
const product_cards_1 = require("./product-cards");
const product_detail_1 = require("./product-detail");
const product_promotion_1 = require("./product-promotion");
exports.productDisplay = {
getProductCards: product_cards_1.getProductCards,
getProductDetails: product_detail_1.getProductDetail,
getProductPromotionSearch: product_promotion_1.getProductPromotionSearch,
};
//# sourceMappingURL=index.js.map