UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines (6 loc) 200 B
import { postProductSearch } from "./product-search"; import { categoryList } from "./category"; export const productSearch = { searchProduct: postProductSearch, listCategories: categoryList, };