UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

7 lines (6 loc) 207 B
import { getOptions } from "./options"; import { getPaymentDevices } from "./devices"; export declare const security: { getOptions: typeof getOptions; getPaymentDevices: typeof getPaymentDevices; };