UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

5 lines (4 loc) 121 B
import { searchStores } from "./search-stores"; export declare const stores: { searchStores: typeof searchStores; };