Function: mapValue()

mapValue<T, V>(record, fn): Record<string, V>

Creates an object map with the same keys as map and values generated by running each value of record thru fn.

Type Parameters

T

V

Parameters

record: Record<string, T>

fn

Returns

Record<string, V>

Defined in

packages/core/src/utils/object.ts:5