UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

5 lines (4 loc) 143 B
import { getProductSupply } from "./product-supply"; export declare const marketableStock: { getProductSupply: typeof getProductSupply; };