UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.marketableStock = void 0; const product_supply_1 = require("./product-supply"); exports.marketableStock = { getProductSupply: product_supply_1.getProductSupply }; //# sourceMappingURL=index.js.map