Skip to content

MapTransformer.restoreValue method

MapTransformer › restoreValue

Restores the value from an array of entries.

Signature:

restoreValue(transformedValue: MapEntry[]): Map<unknown, unknown>

Parameters:

ParameterTypeDescription
transformedValueMapEntry[]The array of entries to restore the value from.

Returns: Map<unknown, unknown>The restored value.