UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

6 lines (4 loc) 106 B
import { searchStores } from "./search-stores"; export const stores = { searchStores: searchStores, };