UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

7 lines (6 loc) 239 B
import { getProductCards } from "./product-cards"; import { getProductDetail } from "./product-detail"; export declare const productDisplay: { getProductCards: typeof getProductCards; getProductDetails: typeof getProductDetail; };