Type alias ObjectTransformIteratee<Key, Value, TransformationResult>

ObjectTransformIteratee<Key, Value, TransformationResult>: ((transformationResult, key, value, source) => void)

Iteratee Type.

Type Parameters

  • Key extends AnyObjectIndexer

    Type for the entry's key passed in params.

  • Value

    Type for the entry's value passed in params.

  • TransformationResult

    A user-defined type where to accumulate the transformations.

Type declaration

    • (transformationResult, key, value, source): void
    • Parameters

      Returns void

Returns

Generated using TypeDoc