import { assocPath } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It makes a shallow clone of obj
with setting or overriding with newValue
the property found with path
.
import { assocPath } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It makes a shallow clone of obj
with setting or overriding with newValue
the property found with path
.