UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

10 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.productSearch = void 0; const product_search_1 = require("./product-search"); const category_1 = require("./category"); exports.productSearch = { searchProduct: product_search_1.postProductSearch, listCategories: category_1.categoryList, }; //# sourceMappingURL=index.js.map