migros-api-wrapper
Version:
Making the api of migros more accessible to the public.
10 lines • 391 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");
exports.productDisplay = {
getProductCards: product_cards_1.getProductCards,
getProductDetails: product_detail_1.getProductDetail,
};
//# sourceMappingURL=index.js.map