UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

6 lines (4 loc) 109 B
import { categoryList } from "./category"; export const shoppingList = { listCategories: categoryList, };