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