Function fpMapUpdate

  • Update an existing value in a map. Returns the map as-is if the key does not exist.

    Type Parameters

    • K
    • V

    Parameters

    Returns (map: Map<K, V>) => Map<K, V>