UNPKG

@themachinarium/google-merchant-feed

Version:
10 lines (9 loc) 269 B
import { Unit } from "./unit"; export declare namespace ValueWithUnit { type Model = { value: number; unit: Unit.Model; }; function formatter(valueWithUnit: Model): string; function formatterWithoutSpace(valueWithUnit: Model): string; }