UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

8 lines (6 loc) 215 B
import { getProductCards } from "./product-cards"; import { getProductDetail } from "./product-detail"; export const productDisplay = { getProductCards: getProductCards, getProductDetails: getProductDetail, };