UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MigrosAPI = exports.migrosApiPaths = void 0; var apiPaths_1 = require("./api/apiPaths"); Object.defineProperty(exports, "migrosApiPaths", { enumerable: true, get: function () { return apiPaths_1.migrosApiPaths; } }); var MigrosAPI_1 = require("./api/MigrosAPI"); Object.defineProperty(exports, "MigrosAPI", { enumerable: true, get: function () { return MigrosAPI_1.MigrosAPI; } }); //# sourceMappingURL=index.js.map