UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines (6 loc) 179 B
import { getOptions } from "./options"; import { getPaymentDevices } from "./devices"; export const security = { getOptions: getOptions, getPaymentDevices: getPaymentDevices }