import { provideDaffCartMagentoCartTransforms } from '@daffodil/cart/driver/magento'
Provides cart transforms for the Magento cart driver.
const provideDaffCartMagentoCartTransforms: <R extends DaffCartMagentoCartTransform<MagentoCart, DaffCart> = DaffCartMagentoCartTransform<MagentoCart, DaffCart>>(...values: R[]) => ValueProvider[]
providers: [
...provideDaffCartMagentoCartTransforms(
myCartTransform
)
]