GitHub

provideDaffProductInMemoryExtraProductResponseTransforms

Provider

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.

function provideDaffProductInMemoryExtraProductResponseTransforms<R extends T = T>(...values: R[]): Array<ValueProvider>

Parameters

Parametervalues: R[]
Description

Examples

providers: [
  ...provideDaffProductInMemoryExtraProductResponseTransforms(
    myExtraProductTransform
  )
]

providers: [
  ...provideDaffProductInMemoryExtraProductResponseTransforms(
    myExtraProductTransform
  )
]