GitHub

productPriceRangeHasPriceRange

import { productPriceRangeHasPriceRange } from '@daffodil/product'

Returns whether the min and max prices of a DaffPriceRange are different.

const productPriceRangeHasPriceRange: (priceRange: DaffPriceRange) => boolean