@pleisto/active-support
    Preparing search index...

    Variable mapValuesConst

    mapValues: <TValue, TKey extends string | number | symbol, TNewValue>(
        obj: Record<TKey, TValue>,
        mapFunc: (value: TValue, key: TKey) => TNewValue,
    ) => Record<TKey, TNewValue>

    Map over all the keys to create a new object

    Type declaration