UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

6 lines (4 loc) 125 B
import { getProductSupply } from "./product-supply"; export const marketableStock = { getProductSupply: getProductSupply }