UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shoppingList = void 0; const category_1 = require("./category"); exports.shoppingList = { listCategories: category_1.categoryList, }; //# sourceMappingURL=index.js.map