UNPKG

@themachinarium/google-merchant-feed

Version:
8 lines (7 loc) 162 B
export declare namespace Price { type Model = { value: number; currency: string; }; function formatter(price: Price.Model): string; }