migros-api-wrapper
Version:
Making the api of migros more accessible to the public.
10 lines • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.security = void 0;
const options_1 = require("./options");
const devices_1 = require("./devices");
exports.security = {
getOptions: options_1.getOptions,
getPaymentDevices: devices_1.getPaymentDevices
};
//# sourceMappingURL=index.js.map