UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

5 lines (4 loc) 124 B
import { categoryList } from "./category"; export declare const shoppingList: { listCategories: typeof categoryList; };