import { provideDaffProductInMemoryExtraProductResponseTransforms } from '@daffodil/product/driver/in-memory'
Provides extra product transforms for the In-Memory product driver.
See DAFF_PRODUCT_IN_MEMORY_EXTRA_PRODUCT_RESPONSE_TRANSFORMS
.
const provideDaffProductInMemoryExtraProductResponseTransforms: <R extends DaffInMemoryProductResponseExtraTransform<DaffProduct, DaffProductDriverResponse<DaffProduct>> = DaffInMemoryProductResponseExtraTransform<...>>(...values: R[]) => ValueProvider[]
providers: [
...provideDaffProductInMemoryExtraProductResponseTransforms(
myExtraProductTransform
)
]