import { productPriceRangeHasPriceRange } from '@daffodil/product'
Returns whether the min and max prices of a DaffPriceRange are different.
function productPriceRangeHasPriceRange(priceRange: DaffPriceRange): boolean
| Parameter | priceRange: DaffPriceRange |
|---|---|
| Description | a DaffPriceRange |