UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Currency = void 0; var Currency; (function (Currency) { Currency["CHF"] = "chf"; })(Currency = exports.Currency || (exports.Currency = {})); //# sourceMappingURL=Currency.js.map