Skip to main content
Module

x/ramda/mod.ts>evolve

:ram: Practical functional Javascript
Latest
variable evolve
import { evolve } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Creates a new object by recursively evolving a shallow copy of object, according to the transformation functions. All non-primitive properties are copied by reference.

A transformation function will not be invoked if its corresponding key does not exist in the evolved object.